1,254
edits
Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
Line 104: | Line 104: | ||
color: #C0C0C0; | color: #C0C0C0; | ||
box-shadow: 0 0 4px -1px #000000; | box-shadow: 0 0 4px -1px #000000; | ||
} | |||
h1#firstHeading::after { | |||
margin-top: 0.1em; | |||
content: ''; | |||
background: #CC0000; | |||
width: 100%; | |||
height: 0.1em; | |||
display: block; | |||
} | |||
h1#firstHeading { | |||
display: inline-block; | |||
clear: both; | |||
border-bottom: none; | |||
margin: .5em 0; | |||
text-transform: uppercase; | |||
} | } |