CSS is awesome

by Adam Patridge

HTML

<div class="box">
    CSS is awesome
</div>

CSS

.box {
    border: 1px solid #000;
    width: 40px;
}