Hello JSFiddle
This is my first jsfiddle snippet.
by Ritchie Zhu
HTML
<div class="red box">hello jsfiddle</div>
CSS
.box {
width: 200px;
height: 200px;
line-height: 200px;
text-align: center;
border: 1px solid black;
background-color: white;
}
.red {
color: white;
background-color: red;
}