How can i center the form called form_login horizontally and vertically in my page ?
Here is the HTML I\'m using right now:
I suggest you using bootstrap which works perfectly:
@import url('http://getbootstrap.com/dist/css/bootstrap.css'); html, body, .container-table { height: 100%; } .container-table { display: table; } .vertical-center-row { display: table-cell; vertical-align: middle; }
Login Page | ... Connexion Gardez moi connecté