Test: Difference between revisions

From Hm Wiki
Jump to navigation Jump to search
MysteriBender created the page Test using a non-default content model "CSS"
 
MysteriBender changed the content model of the page Test from "CSS" to "wikitext"
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
  background-color: lightblue;
}


h1 {
  color: white;
  text-align: center;
}
p {
  font-family: verdana;
  font-size: 20px;
}

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;

}