-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.34 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="nav">
<h2>LOGO</h2>
<div class="nav-part2">
<h4>Home</h4>
<h4>Courses</h4>
<h4>Blog</h4>
<h4>Contact</h4>
<h4>About</h4>
<button>Sign In</button>
<i class="ri-menu-3-line"></i>
</div>
</div>
<div class="content">
<div class="left">
<h1>Learn from the <span>coolest</span> coding platform of India.</h1>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sed sint omnis excepturi voluptates nam! Quia quisquam tempore eaque vitae, harum temporibus assumenda iste voluptatum, accusamus ab ipsum a eligendi iure.</p>
<button>Explore Now</button>
</div>
<div class="right">
<img src="images/dash.jpg" alt="dashboard">
</div>
</div>
</div>
</body>
</html>