<div class="yellow">hello</div>
<div class="green">I'm</div>
<div class="blue">Junho</div>
div{
display:inline;
width: 100px;
height: 50px;
}
.yellow{
background-color: yellow;
}
.green{
background-color: green;
}
.blue{
background-color: blue;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.