How to type code css background color
The css background color are used to defines the background effects for elements ,
Css background properties
Body
{
Background:-color:Lightblue;
}
Css background properties
- Background-color
- Background-Image
- Background-repeat
- Background-Attachement
- Background-POSITION
BACKGROUND CODE
<!Doctype html>
<html>
<head>
Body
{
Background:-color:Lightblue;
}
</style>
</head>
<H1> Hello!</h1>
</Body>
</Html>
Comments