Template:SampleTemplate/styles.css: Difference between revisions

From Ikwipedia
Created page with ".test-box { background-color: lightblue; color: black; padding: 10px; border: 2px solid darkblue; width: 200px; text-align: center; }"
 
EnWikiAdmin changed the content model of the page Template:SampleTemplate/styles.css from "CSS" to "Sanitized CSS"
Tag: content model change
 
(One intermediate revision by the same user not shown)
(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;
}