Guest User

Untitled

a guest
Sep 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. #abc
  5. {
  6. width: 200px;
  7. height: 200px;
  8. border: 1px solid black;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13.  
  14.  
  15. <div id="abc"></div>
  16.  
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment