Daniel Larson Wiki:Main Page/styles.css: Difference between revisions
Jump to navigation
Jump to search
HoodMoney54 (talk | contribs) No edit summary |
HoodMoney54 (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center | text-align: center; | ||
} | |||
.mp-box { | |||
width: 100%; | |||
border: 1px solid gray; | |||
padding: 0.5em; | |||
margin-top: 4px; | |||
} | } | ||
Line 10: | Line 17: | ||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: | text-align: left; | ||
} | } |
Revision as of 21:46, 9 February 2024
.welcome { font-size: 200%; font-family: Georgia, serif; font-weight: bold; text-align: center; } .mp-box { width: 100%; border: 1px solid gray; padding: 0.5em; margin-top: 4px; } h2 { font-size: 85%; font-family: Georgia, serif; font-weight: bold; text-align: left; }