Wednesday, December 4, 2013

Foundation - Misc Class names to change alignment

Use these pre-defined Foundation class names to change alignment of text content

// Miscellaneous useful HTML classes .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; }


**To adjust alignment of img tags, you must first place image tag in a 
div tag and use appropriate pre-defined foundation alignment class name in div tag NOT 
img tag

Global Styles source via Foundation 4 Docs

No comments:

Post a Comment