Skip to content

Instantly share code, notes, and snippets.

@skiabox
Created July 29, 2017 12:56
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 skiabox/8e006b4f791366949e8ad580aa74469a to your computer and use it in GitHub Desktop.
Save skiabox/8e006b4f791366949e8ad580aa74469a to your computer and use it in GitHub Desktop.
Css File 1
body {
font-family: Helvetica, Arial, sans-serif;
text-align: center;
}
h1 {
font-size: 28px;
margin: 20px;
}
p {
border: 1px solid black;
padding: 20px;
margin: 30px auto;
width: 50%;
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment