Answers for "build arrow icon up and down with after before in css"

CSS
7

arrow down css

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 75px solid #f00;
}
Posted by: Guest on May-11-2021

Code answers related to "build arrow icon up and down with after before in css"

Browse Popular Code Answers by Language