How to type code css background color

 The css background   color  are used to defines the background  effects for elements ,

Css background properties 


  1. Background-color
  2. Background-Image
  3. Background-repeat
  4. Background-Attachement
  5. Background-POSITION 

BACKGROUND CODE


<!Doctype html>

<html>



<head>

Body
{
Background:-color:Lightblue;
}


</style>

</head>

<H1> Hello!</h1>

</Body>

</Html>




Body { Background:-color:Lightblue; }

Hello!

Comments

Popular posts from this blog

css animation easy code