.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 :: how to change the position of a button in css |
Css :: border bottom under text only |
Css :: mysqli load result into array |
Css :: resize in css |
Css :: remove the dotted border on links |
Css :: css outline width |
Css :: change svg color css |
Css :: what are types of positioning in css |
Css :: flask sqlalchemy array column |
Css :: css input border radius focus |
Css :: background pulled to corner on small screens |
Css :: How to use css on a react icon |
Css :: keyframe in css |
Css :: margin css |
Css :: put a border only on bottom |
Css :: css before is not working |
Css :: box style |
Css :: linear gradient tailwind css |
Css :: css select all immediate children |
Css :: lynx install bash |
Css :: change last character color css |
Css :: css cursor size |
Css :: blue gradient background |
Css :: add background image in css |
Css :: css h sizes |
Css :: customize scroll bar css |
Css :: css background gradient |
Css :: radial-gradient css |
Css :: include screen size |
Css :: text background image css |