Skip to content

Instantly share code, notes, and snippets.

@thekarel
Created September 16, 2013 09:13
Show Gist options
  • Save thekarel/6578329 to your computer and use it in GitHub Desktop.
Save thekarel/6578329 to your computer and use it in GitHub Desktop.
CSS triangle / corner from @jamtat
data:text/html, <html><head></head><body><div style=" font-size: 50px; border-left: 1em solid red; border-bottom: 1em solid transparent; border-top: 1em solid red; width: 0; "></div> </body></html>
<html>
<head></head>
<body>
<div style=" font-size: 50px; border-left: 1em solid red; border-bottom: 1em solid transparent; border-top: 1em solid red; width: 0; "></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment