.flexbox {
display: flex;
}

.floatLeft {
float: left;
}

.floatRight {
float: right;
}