Test: Difference between revisions

From Hm Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
   font-size: 20px;
   font-size: 20px;
}
}
<h1> HI <h1>

Revision as of 21:06, 9 February 2025

body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
<h1> HI <h1>