a:after{
content: '';
border: 4px solid transparent;
border-top: 4px solid white;
margin-left: 2px;
margin-bottom: 3px;
display: inline-block;
vertical-align: bottom;
}
I think this is the best way to do this, as you can adjust the border for the length and adjust the "border-top" for the height, giving you the full setup.
source
share