Advertisement
desislava_topuzakova

Untitled

May 30th, 2022
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="./styles.css">
  8. <!--<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css">-->
  9. <title>Font Awsome Icons</title>
  10. </head>
  11. <body>
  12. <nav>
  13. <ul>
  14. <li><a href=""><i class="fa-solid fa-house-chimney"></i>Home</a></li>
  15. <li><a href=""><i class="fa-solid fa-book"></i>Library</a></li>
  16. <li><a href=""><i class="fa-solid fa-pencil"></i>Applications</a></li>
  17. <li><a href=""><i class="fa-solid fa-gears"></i>Settings</a></li>
  18. </ul>
  19.  
  20. </nav>
  21.  
  22. <p>
  23. <button class="shopping">Checkout</button>
  24. <button class="info">Info</button>
  25. <button class="delete">Delete</button>
  26. </p>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement