Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save CharlesAMoss/44a9a516bb248b15419fc8283de2406d to your computer and use it in GitHub Desktop.

Select an option

Save CharlesAMoss/44a9a516bb248b15419fc8283de2406d to your computer and use it in GitHub Desktop.
center-ville
body {
background: gainsboro;
height: 400vh;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: monospace;
color: #404040;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment