Skip to content

Instantly share code, notes, and snippets.

@is8r
Created May 18, 2013 13:11
Show Gist options
  • Save is8r/5604365 to your computer and use it in GitHub Desktop.
Save is8r/5604365 to your computer and use it in GitHub Desktop.
吹き出しなどに使う3角形を作るcss
=tri($c: #222, $w:1 0px, $t: 10px, $l: 10px)
&:after
content: ""
position: absolute
width: 0
height: 0
border: $w solid transparent
border-top-color: $c
top: $t
margin-left: -$w/2
left: $l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment