Template:ST/styles.css

From Story Time Inc.
Revision as of 09:25, 28 March 2020 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
.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;
font-weight: bold;
font-style: normal;
border-bottom: 1px solid #b22222;
}