Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

up arrow css

/*modify rotate value to change direction of arrow...*/
.arrow{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); 
}
 
PREVIOUS NEXT
Tagged: #arrow #css
ADD COMMENT
Topic
Name
4+7 =