Template:ST/styles.wikitext: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".mainpage { background: rgb(120,18,20); background: linear-gradient(90deg, rgba(120,18,20,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(25,23,77,1) 100%); } .h...") |
No edit summary |
||
Line 7: | Line 7: | ||
font-size: 50px; | font-size: 50px; | ||
color: #000000; | color: #000000; | ||
text-align: center; | |||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
border-bottom: 1px solid #b22222; | border-bottom: 1px solid #b22222; | ||
} | } |
Revision as of 09:28, 28 March 2020
.mainpage { background: rgb(120,18,20); background: linear-gradient(90deg, rgba(120,18,20,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(25,23,77,1) 100%); } .h1 { font-family: Verdana, Geneva, sans-serif; font-size: 50px; color: #000000; text-align: center; font-weight: bold; font-style: normal; border-bottom: 1px solid #b22222; }