BrickTeslaYT

Menu Icon Tutorial

Sep 14th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <style>
  6. div {
  7.   width: 35px;
  8.   height: 5px;
  9.   background-color: black;
  10.   margin: 6px 0;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15.  
  16. <p>A menu icon:</p>
  17.  
  18. <div></div>
  19. <div></div>
  20. <div></div>
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment