Skip to content

Commit

Permalink
Header
Browse files Browse the repository at this point in the history
  • Loading branch information
neluttu committed Jul 6, 2023
1 parent dd41fcd commit d97345e
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!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">
<title>iCodeThis.com daily challenge</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="styles.css" type="text/css" rel="stylesheet">
</head>
<body class="bg-[#F5F5F5] flex items-center justify-center min-h-screen font-dmsans">
<div class="w-full md:w-[1440px] bg-white min-h-[400px]">
<div class="bg-black w-full text-center text-white text-sm font-normal py-2">
New! We launched our affiliate program! <a href="about:srcdoc#" class="underline hover:text-[#6DD1ED] transition-all ease-in duration-150">See more</a>
</div>
<nav class="flex items-center justify-center w-full md:w-[1200px] mx-auto mt-5">
<a href="about:srcdoc#" class="font-bold font-outfit text-[32px] hover:text-[#6DD1ED] transition-all duration-150 ease-in">launch</a>
<div class="grow text-center flex items-center justify-center gap-10 text-base font-[700]">
<a href="about:srcdoc#" class="hover:text-[#6DD1ED] transition-all ease-in duration-150">What is Launch?</a>
<a href="about:srcdoc#" class="hover:text-[#6DD1ED] transition-all ease-in duration-150">Pricing</a>
<a href="about:srcdoc#" class="hover:text-[#6DD1ED] transition-all ease-in duration-150">FAQ</a>
</div>
<button class="text-base font-[700] bg-[#E2F4F9] rounded-lg py-3 px-5 hover:bg-[#6DD1ED] hover:text-white transition-all duration-150 ease-in">Buy now</button>
</nav>
</div>
</body>
</html>
3 changes: 3 additions & 0 deletions input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
Loading

0 comments on commit d97345e

Please sign in to comment.