-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrying.html
More file actions
35 lines (32 loc) · 1 KB
/
trying.html
File metadata and controls
35 lines (32 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
29
30
31
32
33
34
35
<!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>Document</title>
<link rel="stylesheet" href="trying.css">
</head>
<body>
<div class="warpper">
<nav class="navbar">
<img class="logo" src="logocopy.png" alt="logo">
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="#">Class</a></li>
<li><a href="#">Citys</a></li>
<li><a href="#">Locations</a></li>
<li><a href="#">Sign Up</a></li>
</ul>
</nav>
<div class="center">
<h1>Welcome To Website</h1>
<h2>Create Something New Along With Me</h2>
<div class="buttons">
<button class="btn1">Success</button>
<button class="btn2">Fail</button>
</div>
</div>
</div>
</body>
</html>