Jump to content

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

Dat Hack3r (talk | contribs)
This width should work.
Dat Hack3r (talk | contribs)
Testing which value for the box width will work.
Line 13: Line 13:
background-color: #000000;
background-color: #000000;
padding: 80px;
padding: 80px;
width: calc(100% - 80px);
width: calc(90% - 80px);
}
}


.red-border-box .hatnote {
.red-border-box.hatnote {
color: #808080;
color: #808080;
}
}