Skip to content

Instantly share code, notes, and snippets.

@smededwards
Created January 3, 2022 13:31
Show Gist options
  • Select an option

  • Save smededwards/be80ed03e2e01c8b390f2dbf6024d8fc to your computer and use it in GitHub Desktop.

Select an option

Save smededwards/be80ed03e2e01c8b390f2dbf6024d8fc to your computer and use it in GitHub Desktop.
@import url("https://raw.githubusercontent.com/smededwards/codepen-assets/main/css/index.css");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
color: #19191A;
font-family: sans-serif;
font-size: 16px;
line-height: 1.5em;
}
h1 {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment