Template:Race info table/styles.css: Difference between revisions

From FHX Wiki
(Created page with ".root { background-color: red; }")
 
No edit summary
Line 1: Line 1:
.root {
.root {
  float: right;
   background-color: red;
   background-color: red;
}
}

Revision as of 22:20, 5 June 2024

.root {
  float: right;
  background-color: red;
}