<div>
<span>inline one</span>
<span>inline two</span>
<span>inline three</span>
</div>
div {
background-color: black;
padding: 50px;
}
span {
background-color: white;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.