Difference between revisions of "Spyder"
Jump to navigation
Jump to search
imported>Carcass23 m |
imported>Carcass23 m |
||
Line 5: | Line 5: | ||
color: #000000; /* This is the main text colour. */ | color: #000000; /* This is the main text colour. */ | ||
margin: 0 auto; /* This centers the box. */ | margin: 0 auto; /* This centers the box. */ | ||
− | max-width: | + | max-width: 800px; |
− | width: | + | width: 800px; /* This can be changed but other numbers may also need adjusting if you do. */ |
} | } | ||
td { | td { | ||
Line 17: | Line 17: | ||
.banner { | .banner { | ||
background-color: black; | background-color: black; | ||
− | border-radius: | + | border-radius: 14px; /* remove this line or set to 0 if you want sharp corners. */ |
} | } | ||
.banner .leftpic, .banner .rightpic { | .banner .leftpic, .banner .rightpic { | ||
padding: 1.5em 0 4em; | padding: 1.5em 0 4em; | ||
− | width: | + | width: 175px; |
} | } | ||
.banner .main { | .banner .main { | ||
color: #A9A9A9; | color: #A9A9A9; | ||
font-family: Perpetua, serif; | font-family: Perpetua, serif; | ||
− | font-size: | + | font-size: 46pt; |
font-style: italic; | font-style: italic; | ||
font-variant: small-caps; | font-variant: small-caps; | ||
Line 41: | Line 41: | ||
background-color: #000000; | background-color: #000000; | ||
color: #FFF8E5; | color: #FFF8E5; | ||
− | border-radius: | + | border-radius: 14px 14px 0 0; |
− | font-size: | + | font-size: 19pt; |
font-variant: small-caps; | font-variant: small-caps; | ||
height: 1.25em; | height: 1.25em; |