Template:SampleTemplate/styles.css

From Ikwipedia
Revision as of 12:30, 19 November 2024 by EnWikiAdmin (talk | contribs) (EnWikiAdmin changed the content model of the page Template:SampleTemplate/styles.css from "CSS" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.test-box {
    background-color: lightblue;
    color: black;
    padding: 10px;
    border: 2px solid darkblue;
    width: 200px;
    text-align: center;
}