Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Created March 10, 2017 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LasseRafn/5e1899f7428372b7ba23c45ce05d2155 to your computer and use it in GitHub Desktop.
Save LasseRafn/5e1899f7428372b7ba23c45ce05d2155 to your computer and use it in GitHub Desktop.
#login {
position: absolute;
left: 50%;
top: 50%;
margin-left: -150px; /* halvdelen af input bredden */
margin-top: -34px; /* halvdelen af input højde x 2 + input margin-bottom */
}
/* eller bare brug flexbox */
body {
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment