DIVs inside Parent

by André Masson

HTML

<div class="screenAttributeCaption">
  <div class="orientationTitleContainer">
    Orientation:
  </div>
  <span>
    Landscape
  </span>
</div>

CSS

.screenAttributeCaption {
   margin-bottom: 11px;
 }
 
 .orientationTitleContainer {
   width: 100px;
   display: inline-block;
 }