-
Notifications
You must be signed in to change notification settings - Fork 0
/
glass.html
54 lines (40 loc) · 1.41 KB
/
glass.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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Design by foolishdeveloper.com -->
<title>CONNECTORS</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href ="glass.css">
<!--Stylesheet-->
<style media="screen">
</style>
</head>
<body>
<span class="topnav">
<a>hihhihhihihii</a>
<a>hihhihhihihii</a>
<a>hihhihhihihii</a>
</span>
<div>
<p class="brandname">CONNECTORS</p>
</div>
<div class="background">
<div class="shape"></div>
<div class="shape"></div>
</div>
<form>
<h3>Login Here</h3>
<label for="username">Username</label>
<input type="text" placeholder="Email or Phone" id="username">
<label for="password">Password</label>
<input type="password" placeholder="Password" id="password">
<button>Log In</button>
<div class="social">
<div class="go"><i class="fab fa-google"></i> Google</div>
<div class="fb"><i class="fab fa-facebook"></i> Facebook</div>
</div>
</form>
</body>
</html>