Helper Classes

Some basic helper classes to let you do a little more with your HTML.


CSS

The code is right here

.txt-center {text-align:center}
.txt-left {text-align:left}
.txt-right {text-align:right}
.txt-just {text-align:justify}


.float-left {float:left}
.float-right {float:right}
.float-none {float:none}
.clear {clear:both}
.clearfix {@include clearfix}