-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeepak.html
31 lines (31 loc) · 1.03 KB
/
deepak.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script src="https://cdn.tailwindcss.com"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body class="bg-black text-white">
<div
class="nav bg-blue-800 h-56 justify-between items-center pr-[3.75rem] py-0.5"
>
<img class="w-[25%] md:w-[55%] mr-0 rounded-[4rem]" src="gyaani.jpg" />
<div
class="features justify-between p-16 space-y-4 cursor-pointer absolute inset-0"
>
<div class="md:hover:underline font-bold cursor-pointer">Home</div>
<div class="md:hover:underline font-bold cursor-pointer">
Scholarship
</div>
<div class="md:hover:underline font-bold cursor-pointer">
Exam Section
</div>
<div class="md:hover:underline font-bold cursor-pointer">
College world
</div>
</div>
</div>
</body>
</html>