How do I create an arrow down (triangle) when hovering over a link?
something like the result tab on CodePen, see here
I was trying to create the triangle by following the the tutorial above, but no luck
a{
background: red;
float: left;
width: 30%;
padding: 5px;
display block
}
a:hover {background: green;}