Advertisement
Guest User

Untitled

a guest
Sep 1st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="80">
  2. <rect id="rect1" x="160" y="10" width="60" height="60" fill="blue"/>
  3. <style>
  4. rect:hover{opacity: 0.5;}
  5. </style>
  6. </svg>`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement