treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Positioning problems

  • So tonight I got bored and decided to re-style the facebook login In a very simplistic manner to try and improve my CSS work however, I have come across a problem which looked to be pretty simple to solve. After a few attempts myself I have given In and turn to the trusty old CSS-Tricks!

    I'm attatching a codepen for you guys to see, A quick responce would be appreciated!

    Excue any silly errors as my CSS knowlege is lacking

    Codepen : http://codepen.io/AdamHodgson/pen/qlpid

    Adam,

  • Are you trying to center the login form? Try text-align: center; instead of content-align.

  • Yes! Thanks so much! :D