Helper classes
This grab bag of odds-and-ends classes will help you create a layout that works for your page's needs.
CSS Class | Function |
---|---|
.float-right | right align (float) element |
.float-left | left align (float) element |
.text-right | right align text |
.text-left | left align text |
.block | set display to "block" |
.clear | enable "clear" on the element |
.hide, .hidden | set display to "none" |
.stretch | stretch an img 's aspect ratio |
Have a use case that's not covered?
Please open an issue in the tracker. We'll update this living pattern library with your feedback.