Skip to content

Instantly share code, notes, and snippets.

@abruzzi
Created August 26, 2022 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abruzzi/5cd9f365679d6bc2ffb921e682ba8f4d to your computer and use it in GitHub Desktop.
Save abruzzi/5cd9f365679d6bc2ffb921e682ba8f4d to your computer and use it in GitHub Desktop.
.container {
max-width: 800px;
margin: 0 auto;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h1 {
text-transform: capitalize;
color: orangered;
}
p {
color: #333;
font-weight: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment