Jump to content

User:Spmtn1/page.css: Difference between revisions

From OkayXairen Wiki
Created page with "body { font-family: Verdana; }"
 
No edit summary
 
Line 1: Line 1:
body {
body {
font-family: Verdana;
background-color: red;
}
p {
  color: white;
}
h1 {
  color: white;
}
}

Latest revision as of 02:15, 12 March 2026

body {
background-color: red;
}
p {
  color: white;
}
h1 {
  color: white;
}