Difference between revisions of "Percy Thompson"
Jump to navigation
Jump to search
imported>Dragon m |
imported>Dragon m |
||
Line 16: | Line 16: | ||
} | } | ||
.banner { | .banner { | ||
− | background-color: | + | background-color: black; |
border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */ | border-radius: 15px; /* remove this line or set to 0 if you want sharp corners. */ | ||
} | } | ||
Line 38: | Line 38: | ||
} | } | ||
.heading { | .heading { | ||
− | background-color: | + | background-color: black; |
border-radius: 15px 15px 0 0; | border-radius: 15px 15px 0 0; | ||
font-size: 22pt; | font-size: 22pt; | ||
Line 52: | Line 52: | ||
} | } | ||
.cell { | .cell { | ||
− | background-color: # | + | background-color: #fc9dca; |
border-radius: 15px; | border-radius: 15px; | ||
vertical-align: top; | vertical-align: top; |