User: Anemonedotjpg: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
(Anemonedotjpg changed the content model of the page User:Anemonedotjpg from "CSS" to "wikitext": didnt work :()
Tag: content model change
(No difference)

Revision as of 19:26, 15 April 2021

<!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>