Test: Difference between revisions

From Hm Wiki
Jump to navigation Jump to search
No edit summary
MysteriBender changed the content model of the page Test from "CSS" to "wikitext"
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
   font-size: 20px;
   font-size: 20px;
}
}
<h1> HI <h1>

Latest revision as of 21:18, 9 February 2025

body {

 background-color: lightblue;

}

h1 {

 color: white;
 text-align: center;

}

p {

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

}