Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="./styles.css">
- <!--<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css">-->
- <title>Font Awsome Icons</title>
- </head>
- <body>
- <nav>
- <ul>
- <li><a href=""><i class="fa-solid fa-house-chimney"></i>Home</a></li>
- <li><a href=""><i class="fa-solid fa-book"></i>Library</a></li>
- <li><a href=""><i class="fa-solid fa-pencil"></i>Applications</a></li>
- <li><a href=""><i class="fa-solid fa-gears"></i>Settings</a></li>
- </ul>
- </nav>
- <p>
- <button class="shopping">Checkout</button>
- <button class="info">Info</button>
- <button class="delete">Delete</button>
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement