float: left; | float: left; | ||||
} | } | ||||
#theship::before { | |||||
content: "<span class='head'>The Ship</span>"; | |||||
} | |||||
#themission { | #themission { | ||||
float: left; | float: left; | ||||
} | } | ||||
#themission::before { | |||||
content: "<span class='head'>The Mission</span>"; | |||||
} | |||||
#theadversary { | #theadversary { | ||||
float: left; | float: left; | ||||
} | } | ||||
#theadversary::before { | |||||
content: "<span class='head'>The Adversary</span>"; | |||||
} | |||||
#thekobolds { | #thekobolds { | ||||
padding-top: 10px; | padding-top: 10px; | ||||
padding-bottom: 10px; | padding-bottom: 10px; | ||||
} | } | ||||
#thekobolds::before { | |||||
content: "<span class='head'>The Kobolds</span>"; | |||||
} | |||||
.kobold { | .kobold { | ||||
float: left; | float: left; | ||||
padding-right: 20px; | padding-right: 20px; | ||||
} | |||||
.head { | |||||
font-weight: bold; | |||||
font-size: 1.5em; | |||||
} | } |