Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 5, 2015 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/baaafe7ee4c818062a85 to your computer and use it in GitHub Desktop.
Save chuck0523/baaafe7ee4c818062a85 to your computer and use it in GitHub Desktop.
body {
margin: 0; }
.belt {
box-sizing: border-box;
margin-top: 30px;
padding-top: 15px;
width: 100%;
height: 130px;
background-color: #f00; }
.dot {
height: 100px;
border-top: #fff 3px dashed;
border-bottom: #fff 3px dashed; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment