Advertisement
Rstibor

Untitled

Oct 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.60 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5.  
  6. <svg xmlns="http://www.w3.org/2000/svg">
  7.  
  8. <svg width="1440" height="200"/>
  9. <rect fill="tomato" stroke="grey" stroke-width="2" stroke-dasharray="10 5" x="51" y="1" width="180" height="180" fill-opacity="0.75"/>
  10. <circle fill="lightblue" stroke="grey" stroke-width="2" stroke-dasharray="10 5" cx="359" cy="91" r="90" fill-opacity="0.75"/>
  11. <polygon fill="lightgreen" stroke="darkgrey" stroke-width="4" points="160,199 340,199 250,43" fill-opacity="0.75"/>
  12. <rect width="1440" height="160" x="0" y="0" fill="rgba(222,222,222,0.5)" fill-opacity="0.75"/>
  13. </svg>
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement