×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: user386d9
Added: May 11, 2017 8:33 AM
Views: 2328
Tags: no tags
  1. .arrow-right {
  2.   width: 0;
  3.   height: 0;
  4.   border-top: 60px solid transparent;
  5.   border-bottom: 60px solid transparent;
  6.  
  7.   border-left: 60px solid green;
  8. }