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

From FHX Wiki
No edit summary
No edit summary
Line 1: Line 1:
.root {
table.root {
   float: right;
   text-align: left;
   background-color: red;
   border-radius: 10px;
  border: 1px black solid;
}
}

Revision as of 22:30, 5 June 2024

table.root {
  text-align: left;
  border-radius: 10px;
  border: 1px black solid;
}