.arrow-down {
width: 0;
height: 0;
border-left: 75px solid transparent;
border-right: 75px solid transparent;
border-top: 75px solid #f00;
}
.arrow-left {
width: 0;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-right: 60px solid blue;
}
.arrow-up {
width: 0;
height: 0;
border-left: 75px solid transparent;
border-right: 75px solid transparent;
border-bottom: 75px solid #761E9B;
}
.arrow-right {
width: 0;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-left: 60px solid green;
}
/*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);
}
Code Example |
---|
Css :: rounded corners css button |
Css :: bootstrap 4 input error |
Css :: importing scss into vue component |
Css :: can span have width |
Css :: email background image |
Css :: placeholder color |
Css :: css for disabled button |
Css :: change png color css |
Css :: position css |
Css :: css keyframes |
Css :: prefers color scheme |
Css :: scss extend |
Css :: scroll css |
Css :: css button pressed effect |
Css :: input default css properties |
Css :: different measurements in css |
Css :: star required css |
Css :: ion-split-pane width |
Css :: css table size |
Css :: object fit css |
Css :: css background pattern |
Css :: css coor background |
Css :: bulma uppercase |
Css :: border shorthand css |
Css :: center background image in css |
Css :: refresh css on page |
Css :: display in css |
Css :: css hover |
Css :: open sublime text 3 from terminal mac |
Css :: how to ignore an element from the flexbox container |