Navbar #1 | Responsive Flexbox Navigation Bar with Logo
On the body, use this emet and click `tab` .top-bar>span>ul>li*3>a 2. Use ionicon ionic.io/ionicons. and copy paste the link ` < script type = "module" src = "https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js" > </ script > ` (ionic.io/ionicons/usage) to header element after link element. 3. Use google fonts ( Poppins - Google Fonts ) 4. Use jquery cdn html code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="styles.css"> <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script> <title>Document</title> </head> <body> <!-- generate with `.top-bar>span+ul>li*3>a>ion-icon` -->