Skip to content

Instantly share code, notes, and snippets.

@abruzzi
Created August 26, 2022 00:50
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/6e1bf1ed8731913b017ff868560e3773 to your computer and use it in GitHub Desktop.
Save abruzzi/6e1bf1ed8731913b017ff868560e3773 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: uppercase;
background-color: orangered;
color: white;
}
p {
color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment