CSS:
<div style="border: 11px solid transparent; border-right-color: rgba(0, 0, 0, 0.25);"></div>
If you need to change direction, just replace border-right-color with border-direction-color . And, perhaps, you use the properties position: absolute;and margin-topand margin-leftto set the position.
source
share