I can't seem to figure out how to get these divs to display on the same line. Any help would be greatly appreciated.
.pos-sts {
display: inline-block;
background-color: slategray;
border: 1px solid black;
text-align: center;
width: 50%;
}
<div class="pos-sts">
<h3>Items in Position/Block</h3>
</div>
<div class="pos-sts">
<h3>Items Trained During Eval Period</h3>
</div>