Him
I am trying to create an arrow pointing left but with a grey border.
So far I just have a grey arrow.
Would anyone have an idea on how I can do that?
I have attached a picture of what i mean.
Thank you in advance!
.tri {
width: 0;
height: 0;
border-style: solid;
border-width: 20px;
}
.tri{
border-color: transparent #ccc transparent transparent;
}
<div class="tri"></div>