pointy triangles, with MAGIC!

This commit is contained in:
2017-11-24 16:21:12 -08:00
committed by Andrew Cassidy
parent f59fe69764
commit e4eb467185
2 changed files with 12 additions and 30 deletions

View File

@ -1,10 +1,8 @@
<li>
<a href="{{include.url}}" class="flag">
<span class="{{include.color}} flagButton">
<h3>{{include.name}}</h3>
<!-- <svg viewBox="0 0 115 50" preserveAspectRatio="none">
<polygon points="0,50 100,50, 115,25, 100,0, 0,0"/>
</svg> -->
<span class="flagText">{{include.name}}</span>
</span>
<span class="{{include.color}} flagPoint"></span>
</a>
</li>