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

From FHX Wiki
No edit summary
No edit summary
Line 1: Line 1:
.root {
.root {
   border: solid #f7ef59 2px;
   border: solid #f7ef59 2px;
   border-left-width: 6px;
   border-left-width: 8px;
   background-color: #ffffad;
   background-color: #ffffad;
   padding:8px;
   padding:8px;
   border-radius: 4px;
   border-radius: 4px;
}
}

Revision as of 21:29, 10 June 2024

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