Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Center Text Inside fa-surface #317

Closed groupsvkg closed 9 years ago

groupsvkg commented 9 years ago

Hi Team,

How can i center a Text inside fa-surface?

Regards, vishal

steveblue commented 9 years ago

@groupsvkg If the surface only contains a block of text, you can use fa-origin and fa-align to center the surface, not the text. Surfaces are components of a View or Layout, it is not always the best option to treat a surface like a view onto itself. This would be your best option, as the options to align elements vertically with CSS alone is rather limited.

jordanpapaleo commented 9 years ago

Also remember to use the CSS property text-align: center for your content you want horizontally centered inside of a surface.