scoreboard
by Soviut
HTML
<ul class="numbers">
<li>5</li>
<li>5</li>
<li>5</li>
</ul>
CSS
html {
height: 100%;
}
body {
height: 100%;
}
.numbers {
list-style: none outside;
margin: 0 auto;
padding: 0;
height: 100%;
max-width: 80%;
}
.numbers li {
display: inline-block;
width: 33.333%;
height: 100%;
margin-left: -0.29em;
background: blue url(http://blognumbers.files.wordpress.com/2010/09/1.jpg) center center no-repeat;
background-size: contain;
text-indent: -9999px;
}