Template:Test/styles.css

From Knox Makers Wiki
Revision as of 23:14, 28 July 2025 by Amos1 (talk | contribs) (Amos1 changed the content model of the page Template:Test/styles.css from "CSS" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.infobox-custom {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 10px;
}

.test-box {
    border: 2px solid #3366cc;
    background-color: #eef6ff;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}