Jump to content

User:Dat Hack3r/styles.css: Difference between revisions

Dat Hack3r (talk | contribs)
A darker grey would look better.
Dat Hack3r (talk | contribs)
Moves red box border CSS to here.
Line 8: Line 8:
}
}


.hatnote {
red-border-box {
border-radius: 100px;
border: 10px solid #ff0000;
background-color: #000000;
padding: 80px;
width: calc(100vw - 80px);
}
 
red-border-box .hatnote {
color: #808080;
color: #808080;
}
}