#description{
font-size: 30px;
color:#21CF31;
}
body{
text-align: center;
background-image:linear-gradient(to right,#B5BE27,pink)
}
.header{
color:#1E2AC8;
}
/*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;
}
selector {property: value; }