Advertisement
afsarwebdev

SVG image file path

Jun 9th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. //SVG image file path
  2. <a href="http://itclanbd.com/" target="_blank">
  3. <?php include_once('assets/images/itclanLogo.svg') ?>
  4. </a>
  5.  
  6. //CSS
  7. svg {
  8. height: 30px;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement