User:Anemonedotjpg

From The Lost Media Wiki
Revision as of 19:26, 15 April 2021 by Anemonedotjpg (talk | contribs) (Anemonedotjpg changed the content model of the page User:Anemonedotjpg from "CSS" to "wikitext": didnt work :()
Jump to: navigation, search

<!DOCTYPE html> <html> <head> <style> body {

 background-color: lightblue;

}

h1 {

 color: white;
 text-align: center;

}

p {

 font-family: verdana;
 font-size: 20px;

} </style> </head> <body>

My First CSS Example

This is a paragraph.

</body> </html>