Created
January 7, 2018 04:19
-
-
Save pporche87/0e3f3c790d099356b0989ca24bf70699 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
ul { | |
list-style: none; | |
padding: 0; | |
width: 30%; | |
margin: auto; | |
} | |
li { | |
font-size: 1.3rem; | |
line-height: 2rem; | |
border-bottom: 1px dotted #777; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment