-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
48 lines (46 loc) · 1.91 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!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>css reponsive website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="navbar">
<div class="icon">
<h2 class="logo">kawkab</h2>
</div>
<div class="menu">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">CERVICES</a></li>
<li><a href="#">DESIGN</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div>
<div class="search">
<input class="srch" type="search" name="" placeholder="type to text">
<a href="#"><button class="btn">search</button></a>
</div>
</div>
<div class="content">
<h1>web design & <br><span>development</span> <br>cource</h1>
<p class="par">Lorem ipsum dolor sit, amet consectetur<br> adipisicing elit. Assumenda modi quis omnis sequi illo<br> voluptatibus deleniti tempora,<br> repellendus earum sunt!</p>
<button class="cn"><a href="#">JOIN US</a></button>
<div class="form">
<h2>Login Here</h2>
<input type="email" name="email" placeholder="Eter email Here">
<input type="password" name="" placeholder="Enter password Here">
<button class="btn"><a href="#">Login</a></button>
<p class="link">Don't have n account<br>
<a href="#">sign up</a> Here</a></p>
<p class="liw">log in with</p>
</div>
</div>
</div>
</body>
</html>