/* Float ============================ */ .float-left { float: left; } .float-right { float: right; } /* Align ============================ */ .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .center { display: block; margin-right: auto; margin-left: auto; }