Template:BossSplash/style.css

From Blue Archive Wiki
Revision as of 09:35, 25 January 2023 by Electricsheep (talk | contribs) (Created page with ".boss-splash { width: 100%; margin: 0; position: relative; } .boss-splash > .background { z-index: 1; position: absolute; top:0; bottom: 0; left:0; right: 0; } .boss-splash > .image { z-index: 2; position: relative; } .boss-splash > .title { z-index: 3; position: absolute; bottom:0.1em; left:1em; color:#fff; font-size:24px; font-weight: 400; text-shadow: 0 0 2px black; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.boss-splash {
    width: 100%;
    margin: 0;
    position: relative;
}

.boss-splash > .background {
    z-index: 1;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;

}

.boss-splash > .image {
    z-index: 2;
    position: relative;

}

.boss-splash > .title {
    z-index: 3;
    position: absolute;
    bottom:0.1em;
    left:1em;
    color:#fff;
    font-size:24px;
    font-weight: 400;
    text-shadow: 0 0 2px black;
}