Skip to content

Instantly share code, notes, and snippets.

@oguzhaneren
Created December 5, 2016 16:50
Show Gist options
  • Save oguzhaneren/70d2844a7c5c951a672c3770ca5a989f to your computer and use it in GitHub Desktop.
Save oguzhaneren/70d2844a7c5c951a672c3770ca5a989f to your computer and use it in GitHub Desktop.
CSS
```css
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
overflow: hidden;
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment