Created
June 14, 2018 06:38
-
-
Save carsonfarmer/bbb593a1de32094645208c0fa0c509e8 to your computer and use it in GitHub Desktop.
style.css step 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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