Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Created January 23, 2021 14:54
Show Gist options
  • Save rebelchris/415c35f7632952dc9b916881a66729bb to your computer and use it in GitHub Desktop.
Save rebelchris/415c35f7632952dc9b916881a66729bb to your computer and use it in GitHub Desktop.
Body styling
body {
display: -ms-grid;
display: grid;
place-items: center;
min-height: 100vh;
width: 100%;
background: #f15bb51f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment