Skip to content

Commit

Permalink
fix(home-page): add necessary text corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
IgboPharaoh committed Apr 17, 2024
1 parent f926d56 commit ddecb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>Bitcoin Scholarship</title>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./output.css" />
</head>
<body>
<main class="flex flex-col h-screen items-center justify-center text-center gap-4 p-4">
<h1 class="text-4xl sm:text-4xl md:text-7xl font-bold text-black">Stay Tuned</h1>
<p class="text-center text-gray-500 dark:text-gray-400 text-base md:text-xl max-w-[600px] font-normal mb-2">
We're launching a scholarship to help students learn about bitcoin and blockchain technology.
We're launching a scholarship to help students learn about the Bitcoin technology.
</p>
<button class="bg-black font- text-white w-fit p-3 px-6 rounded-md text-sm md:text-base hover:bg-transparent hover:border-2 hover:border-black hover:text-black">
Apply for the Bitcoin Scholarship
Expand Down

0 comments on commit ddecb00

Please sign in to comment.