Skip to content

Instantly share code, notes, and snippets.

@carsonfarmer
Created June 14, 2018 06:38
Show Gist options
  • Select an option

  • Save carsonfarmer/bbb593a1de32094645208c0fa0c509e8 to your computer and use it in GitHub Desktop.

Select an option

Save carsonfarmer/bbb593a1de32094645208c0fa0c509e8 to your computer and use it in GitHub Desktop.
style.css step 1
html, body {
font-family: "Lucida Sans Typewriter", "Lucida Console", "Bitstream Vera Sans Mono", monospace;
height: 100%;
}
#main {
width: 50%;
margin: 0 auto;
padding-top: 2%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment