HTML

5.10_xmarks.html

Nov 18th, 2016
167
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <meta name="description" content="SVG Shapes in Hyper Text Markup Language!">
  7. <meta name="keywords" content="html, milwee, hhapes, svg, shapes">
  8. <link rel="shortcut icon" type="image/png" href="img\favicons\xmarksicon.png">
  9. <title>SVG Shapes</title>
  10. </head>
  11.  
  12. <body>
  13. <center>
  14. <!-- The shape -->
  15. <svg width="1253px" height="893px">
  16.     <rect width="100%" height="100%" style="fill:rgb(0,150,0);stroke-width:3px;stroke:#000000;" />
  17.     <text x="25%" y="50%" fill="#FFFFFF">Triangle No. 1</text>
  18.     <text x="46.5%" y="25%" fill="#FFFFFF">Triangle No. 2</text>
  19.     <text x="46.5%" y="75%" fill="#FFFFFF">Triangle No. 3</text>
  20.     <text x="67%" y="50%" fill="#FFFFFF">Triangle No. 4</text>
  21.     <line x1="0" y1="0" x2="1253" y2="893" style="stroke:#FFFFFF;stroke-width:20;" />
  22.     <line x1="1253" y1="0" x2="0" y2="893" style="stroke:#FFFFFF;stroke-width:20;" />
  23. </svg>
  24. </center>
  25. </body>
  26. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment