Skip to content

Instantly share code, notes, and snippets.

@svey
Created July 30, 2019 23:25
Show Gist options
  • Save svey/79925db8db68fad5c0b65cdd105c23ba to your computer and use it in GitHub Desktop.
Save svey/79925db8db68fad5c0b65cdd105c23ba to your computer and use it in GitHub Desktop.
body {
background: black;
display: flex;
color: gold;
align-items: center;
justify-content: center;
flex-direction: column;
}
h1, h2, p {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
max-width: 600px;
line-height: 1.5em;
letter-spacing: 2px;
}
h1 {
font-size: 10em;
display: inline-block;
margin: 0;
}
svg {
display:inline-block;
width: 100px;
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment