css - text-align:center not centering text -
i'm wondering how can center glyphs in page, icon-font using @font-face, after apply text-align:center anchors contain each glyph, not centering.
they appear left-aligned.
any idea on how fix them make them centered?
i prefer solution not involve css3's flexbox.
here page: https://dl.dropbox.com/u/270523/help/initializr/index.html
also if center last line of text in header, #navigationtext, appreciate doesn't seem centered either.
simply remove float:left .nav ul li. text-align:center center children display:inline , aren't floating.
.nav ul li { float: left; }
Comments
Post a Comment