Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

arrow up css

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 75px solid #761E9B;
}
 
PREVIOUS NEXT
Tagged: #arrow #css
ADD COMMENT
Topic
Name
4+3 =