display: table-row-group table-header-group table-footer-group table-row table-cell table-column table-caption
1 1.1
2 2.1
3 3.1 3.2 3.3
.parent{
   display: table;
   background: #d33;
   border: 1px solid #fff;
   line-height: 20px;
   font-size: 14px;
   border-radius: 5px;
   margin: 5px;
   padding: 5px;
}

.child{
   display: table-row-group;
}