The Web Just This Site

NM Web Tutorials

Layout: Background Colour

CSS

What The Code Does

 

 

 

 

 

body {
background: #00ff00;
}

background colour example

Seems pretty straight forward right?