More actions
Created page with "#headingText { } #header { padding: 1rem; background-color: #F8EDED; }" |
m ToneXum moved page Template:Main Page/header/style.css to Template:w/header/style.css without leaving a redirect: Left something behind |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.headingText { | |||
color: #173B45; | |||
text-align: center; | |||
margin-top: 0rem; /* Eliminates the top margin of headings */ | |||
} | } | ||
#header { | #header { | ||
padding: | padding: 0.68rem; | ||
background-color: #F8EDED; | background-color: #F8EDED; | ||
border-radius: 1rem; | |||
margin-bottom: 1rem; | |||
} | |||
.spacedText { | |||
margin-left: 2rem; | |||
margin-right: 2rem; | |||
} | } |