mjc65

c72

Feb 21st, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>   
  3.     <head>       
  4.         <title>Test Web Page</title>       
  5.    </head>
  6.    <body>
  7.         <svg>
  8.             <rect id="lightStandard"  x="100" y="100" width="60" height="200" fill="black"/>
  9.             <circle id="redLight" cx="129" cy="145" r="25"  fill="red"/>
  10.             <circle id="amberLight" cx="129" cy="205" r="25" fill="yellow"/>
  11.             <circle id="greenLight" cx="129" cy="265" r="25" fill="green"/>
  12.         </svg>
  13.    </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment