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 "Sanitized CSS" to "CSS"
Tag: content model change
(No difference)

Revision as of 12:29, 19 November 2024

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