Skip to content

Instantly share code, notes, and snippets.

@travismillerweb
Created April 18, 2014 18:44
Show Gist options
  • Save travismillerweb/11058650 to your computer and use it in GitHub Desktop.
Save travismillerweb/11058650 to your computer and use it in GitHub Desktop.
HTML - Horizontal and Vertical Lines
<!-- Horizontal Lines -->
<hr style="border-top: 3px dotted #998143">
<!-- Vertical Lines -->
<div style="border-right:3px dotted #998143;height:150px;text-align:center;padding-left:10px"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment