Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <header>
  2. <div class="toolbox">
  3. <div class="toolbox-menu">
  4. <input type="checkbox" id="test">
  5. </div>
  6. <div class="toolbox-link">
  7. <a href="#">Home</a>
  8. <a href="#">Donazioni</a>
  9. <a href="#">Vip</a>
  10. </div>
  11. <div class="toolbox-logo">
  12. <span>test</span>
  13. </div>
  14. <div class="toolbox-login">
  15. <i class="fas fa-sign-in-alt"></i>
  16. </div>
  17. </div>
  18. </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement