Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css example

#description{
    font-size: 30px;
    color:#21CF31;
}
body{
    text-align: center;
    background-image:linear-gradient(to right,#B5BE27,pink)
}
.header{
    color:#1E2AC8;
}
Comment

css example

/*body,h2,p,input are html tags */
/*.hello and #test are html class and id attributes*/
body {
  background-color: blue;
}

h2 {
  color: grey;
  text-align: center;
}

p {
  font-family: Sans-serif ;
  font-size: 30px;
}
input{
  width:50%;
}
.hello{
 	color:red;
}
#test{
  	color:blue;
}
Comment

css syntax examples

selector {property: value; }
Comment

PREVIOUS NEXT
Code Example
Css :: css remove whitespace around element 
Css :: css change text color 
Css :: blue gradient background 
Css :: css button click animation 
Css :: closing modal on iframe movies still running 
Css :: set min div height 
Css :: add space between flex items 
Css :: morphism box shadow 
Css :: <link 
Css :: remove link style 
Css :: what is a max and min width media query 
Css :: customize scroll bar css 
Css :: button click css style 
Css :: css filter 
Css :: nesting in sass 
Css :: remove horizontal scroll in small devices css 
Css :: css round image without stretching 
Css :: materialize css 
Css :: how to put different p elements next to each 
Css :: backdrop filter css 
Css :: css change multiple classes 
Css :: html style input number buttons 
Css :: make footer stick to bottom without overlap over other elements 
Css :: how to override material ui css 
Css :: make text available only to screen reader 
Css :: variables css 
Css :: calculate using n nth-child 
Css :: font-size 
Css :: css border top linear gradient 
Css :: css id selector 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =