Template:Page warning/styles.css: Difference between revisions

From FHX Wiki
(Created page with ".test { color:red; }")
 
No edit summary
Line 1: Line 1:
.test {
.test {
   color:red;
   border: solid #f7ef59 2px;
  background-color:#ffffad;
  padding:8px;border-radius:4px;
}
}

Revision as of 15:34, 5 June 2024

.test {
  border: solid #f7ef59 2px;
  background-color:#ffffad;
  padding:8px;border-radius:4px;
}