CSS Triangle

HTML You can make them with a single div. It’s nice to have classes for each direction possibility. <div class=”arrow-up”></div> <div class=”arrow-down”></div> <div class=”arrow-left”></div> <div class=”arrow-right”></div> CSS The idea is a box with zero width and height. The actual width and height of the arrow is determined by the width of the border. In an … Continue reading CSS Triangle