Last active
December 18, 2018 13:40
-
-
Save picacure/6589782 to your computer and use it in GitHub Desktop.
CSS 奇淫技巧
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
// | |
hr{ | |
border-width: 0px; | |
border-top: 2px dashed #d8d8d8; | |
color: #d8d8d8; | |
height: 1px; | |
} |
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{ | |
margin: 0 auto; | |
padding: 0; | |
width: 280px; | |
list-style-position: inside; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment