jweinst1
3/26/2019 - 11:49 PM

This style sheet combines inline-block and relative to create nested structures of div

This style sheet combines inline-block and relative to create nested structures of div

div.relative {
  position: relative;
  left: 30px;
  border: 3px solid #73AD21;
}

div.row {
  display:inline-block;
}