Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make a triangle in css

.triangle{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
  border-width:100px;
}
Source by usefulangle.com #
 
PREVIOUS NEXT
Tagged: #triangle #css
ADD COMMENT
Topic
Name
7+4 =