Created
September 16, 2013 09:13
-
-
Save thekarel/6578329 to your computer and use it in GitHub Desktop.
CSS triangle / corner from @jamtat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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