.wrapping-element { | |
display: -webkit-box; | |
display: -moz-box; | |
display: -ms-flexbox; | |
display: -webkit-flex; | |
display: flex; | |
} | |
.wrapping-element > div { | |
width: 50%; | |
} | |
.wrapping-element > div.alt { | |
-webkit-flex-direction: row-reverse; | |
flex-direction: row-reverse; | |
} |