Created
October 27, 2017 17:26
-
-
Save robertcoopercode/3ef5e127fc12efe0fcb82a2a38321e20 to your computer and use it in GitHub Desktop.
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
.container { | |
display: block; | |
background-color: red; | |
font-family: sans-serif; | |
} | |
ul { | |
list-style: none; | |
margin: 0; | |
} | |
ul li { | |
padding: 0 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment