Template:SampleTemplate/styles.css: Difference between revisions

From Ikwipedia
EnWikiAdmin changed the content model of the page Template:SampleTemplate/styles.css from "Sanitized CSS" to "CSS"
Tag: content model change
EnWikiAdmin changed the content model of the page Template:SampleTemplate/styles.css from "CSS" to "Sanitized CSS"
Tag: content model change
 
(No difference)

Latest revision as of 12:30, 19 November 2024

.test-box {
    background-color: lightblue;
    color: black;
    padding: 10px;
    border: 2px solid darkblue;
    width: 200px;
    text-align: center;
}