User:YvonneDHBW/common.css: Difference between revisions

From semantic-hub.io
mNo edit summary
mNo edit summary
Line 14: Line 14:
     font-weight: bold;
     font-weight: bold;
}
}
body { background: #1e293b; }

Revision as of 17:02, 12 April 2026

.mw-heading mw-heading1 h1 {
    color: red;
    font-size: 32px;
}

.mw-heading mw-heading1 {
    background: #1e293b;
    padding: 15px;
    border-radius: 10px;
}

#Das-ist-eine-Testseite {
    color: blue;
    font-weight: bold;
}


body { background: #1e293b; }