Work on lots of CSS magic

This commit is contained in:
2017-11-24 14:33:51 -08:00
committed by Andrew Cassidy
parent bcf05bf0e1
commit 548a652d66
12 changed files with 375 additions and 59 deletions

View File

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