Hello World
This code tells the browser to use the background color of the document as the color of the text.
body {
background-color:#000;
color:#fff;
}
This code tells the browser to use the background color of the document as the color of the text.
body {
background-color:#000;
color:#fff;
}