Skip to content

Instantly share code, notes, and snippets.

@wrightmartin
Last active August 29, 2015 14:11
Show Gist options
  • Save wrightmartin/5d0ee76e4ca0211d8753 to your computer and use it in GitHub Desktop.
Save wrightmartin/5d0ee76e4ca0211d8753 to your computer and use it in GitHub Desktop.
.navigation:before {
content:'';
display: block;
height: 4px; /* whatever height it needs to be */
width: 100%;
background-image: url('../path-to-image.png');
background-repeat: repeat; /* Just repeat both ways so it can be as big as we want */
background-position: top left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment