Skip to content

Instantly share code, notes, and snippets.

@detailyang
Created October 31, 2013 15:39
Show Gist options
  • Save detailyang/7251908 to your computer and use it in GitHub Desktop.
Save detailyang/7251908 to your computer and use it in GitHub Desktop.
css bord 生成三角形
#triangle-bottom{
width:0px;
height:0px;
border:10px solid;
border-color:transparent transparent #339966 transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment