Comrade:Forte/sandbox/styles.css: Difference between revisions

(Camarada.Forte changed the content model of the page Comrade:Camarada.Forte/sandbox/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
m (Testing a new Main page inspired by Runescape Wiki)
Line 1: Line 1:
.test01 {
.mainpage-header {
text-align: center;
    display: flex;
    margin: 2.6em 1.75em 1.5em;
}
}
.header-intro {
    flex: 2;
}
.header-intro h1 {
    font-size: 2.5em;
    border: none;
    margin: 0 0 .15em;
}
.header-intro p {
    font-size: 1.1em;
    line-height: 1.7em;
}
.header-stats {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1em;
}
.header-stats ul {
        list-style: none;
    }

Revision as of 21:22, 24 January 2022

.mainpage-header {
    display: flex;
    margin: 2.6em 1.75em 1.5em;
}

.header-intro {
    flex: 2;
}

.header-intro h1 {
    font-size: 2.5em;
    border: none;
    margin: 0 0 .15em;
}

.header-intro p {
    font-size: 1.1em;
    line-height: 1.7em;
}

.header-stats {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1em;
}
.header-stats ul {
        list-style: none;
    }