Skip to content

Instantly share code, notes, and snippets.

@ZoltanVeres
Created January 20, 2014 15:32
Show Gist options
  • Save ZoltanVeres/8522021 to your computer and use it in GitHub Desktop.
Save ZoltanVeres/8522021 to your computer and use it in GitHub Desktop.
Untitled
.arrow-up {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid black;
}
.arrow-down {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #f00;
}
.arrow-right {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid white;
}
.arrow-left {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right:10px solid blue;
}
<!-- content to be placed inside <body>…</body> -->
<div class='arrow-down'></div><br />
<div class='arrow-right'></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment