User:Dat Hack3r/styles.css: Difference between revisions
Appearance
Dat Hack3r (talk | contribs) Moves red box border CSS to here. |
Dat Hack3r (talk | contribs) Oops, accidentally created an element selector instead of a class selector. |
||
| Line 8: | Line 8: | ||
} | } | ||
red-border-box { | .red-border-box { | ||
border-radius: 100px; | border-radius: 100px; | ||
border: 10px solid #ff0000; | border: 10px solid #ff0000; | ||
| Line 16: | Line 16: | ||
} | } | ||
red-border-box .hatnote { | .red-border-box .hatnote { | ||
color: #808080; | color: #808080; | ||
} | } | ||