Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

triangle css

#triangle {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 30px solid blue;
}
Source by www.lucaswillems.com #
 
PREVIOUS NEXT
Tagged: #triangle #css
ADD COMMENT
Topic
Name
5+4 =