Skip to content

Instantly share code, notes, and snippets.

@TaylorJadin
Created February 20, 2018 21:53
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 TaylorJadin/e912ba2cb1a1edf41f52b2b6da9a78ef to your computer and use it in GitHub Desktop.
Save TaylorJadin/e912ba2cb1a1edf41f52b2b6da9a78ef to your computer and use it in GitHub Desktop.
* {
font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
body {
margin: 60px auto;
width: 70%;
}
a {
font-weight: bold;
text-decoration: none;
color: green;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
p {
font-size: 1.5em;
line-height: 1.4em;
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment