Template:Test/styles.css: Difference between revisions
From Knox Makers Wiki
Amos1 changed the content model of the page Template:Test/styles.css from "wikitext" to "CSS" |
No edit summary |
||
| Line 3: | Line 3: | ||
background-color: #f8f8f8; | background-color: #f8f8f8; | ||
padding: 10px; | padding: 10px; | ||
} | |||
.test-box { | |||
border: 2px solid #3366cc; | |||
background-color: #eef6ff; | |||
padding: 10px; | |||
border-radius: 6px; | |||
font-weight: bold; | |||
} | } | ||
Revision as of 23:12, 28 July 2025
.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;
}
