Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.94 KB | None | 0 0
  1. <div id="project-types" class="col s12">
  2.                 <a href="#">
  3.                   <svg  width="101" height="84">
  4.                     <path stroke="#000" id="pb" d="m10.28749,9.464984l60.749973,0l20.250026,30.37493l-20.250026,30.375065l-60.749973,0l20.250021,-30.375065l-20.250021,-30.37493z" stroke-width="1.5" fill="#65b221" fill-opacity="0.8"/>
  5.                     <text x="52%" y="58%" text-anchor="middle" class="project_type">PB</text>
  6.                   </svg>
  7.                 </a>
  8.  
  9.                 <a href="#">
  10.                   <svg  width="101" height="84">
  11.                     <path stroke="#000" id="pa" d="m10.28749,9.464984l60.749973,0l20.250026,30.37493l-20.250026,30.375065l-60.749973,0l20.250021,-30.375065l-20.250021,-30.37493z" stroke-width="1.5" fill="#65b221" fill-opacity="0.8"/>
  12.                     <text x="52%" y="58%" text-anchor="middle" class="project_type">PA</text>
  13.                   </svg>
  14.                 </a>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement