A
Anonymous
Coffee Header - Copy this React, Tailwind Component to your project
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF 8" /> <meta name="viewport" content="width=device width, initial scale=1.0" /> <title>Coffee Website | CodingNepal</title> <! Linking Font Awesome for icons > <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font awesome/6.6.0/css/all.min.css" /> <! Linking Swiper CSS > <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper bundle.min.css" /> <link rel="stylesheet" href="style.css" /> </head> <body> <! Header / Navbar > <header> <nav class="navbar"> <a href="
Prompt
