-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsheryians.html
More file actions
28 lines (24 loc) · 1 KB
/
sheryians.html
File metadata and controls
28 lines (24 loc) · 1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sheryians</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="h-screen w-screen bg-black flex">
<div class="h-full w-6/12 bg-white text-3xl font-semibold ">
<h1 class="mx-10 my-40 font-semibold text-4xl">
Learn from the <br><span class="text-green-400 font-semibold">coolest
coding platform</span> in <br>
India.</h1>
<button class="bg-green-700 mx-10 p-4 rounded-lg hover:bg-green-900 hover:text-white">Explore our courses</button>
</div>
<div class="h-full w-6/12 bg-red-200">
<img class = "h-full w-full object-cover" src="https://ik.imagekit.io/sheryians/photed_MVice1qZE.png" alt="imagekit">
</div>
</div>
</body>
</html>