<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
body { | |
margin: 0px; | |
color: #fff; | |
font-family: Roboto; | |
font-size: 20px; | |
font-weight: bold; | |
} | |
.containing-block { | |
background-color: #03a9f4; | |
width: 70px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="containing-block"> | |
<span>The Hegemony Consul sat on the balcony of his ebony spaceship</span> | |
</div> | |
</body> | |
</html> |