Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created January 3, 2017 09:16
Show Gist options
  • Save sarvar/a0700f8be0e79c0f0d7291f9dff160cc to your computer and use it in GitHub Desktop.
Save sarvar/a0700f8be0e79c0f0d7291f9dff160cc to your computer and use it in GitHub Desktop.
How to Center an Absolutely Positioned Element Using CSS
.sherdavCompany
width: 50%
height: 50%
overflow: auto
margin: auto
position: absolute
top: 0
left: 0
bottom: 0
right: 0
text-align: center
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment