-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
32 lines (24 loc) · 1.28 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
<!DOCTYPE html>
<head>
<title>signup page</title>
</head>
<link rel="stylesheet" href="sign.css">
<body>
<div id="box" style="width:400px;height:600px;border:solid;border-width:0.2px;border-radius:8px; margin-left:600px;
margin-right:500px;margin-top:80px;margin-bottom:50px;">
<img src="https://www.paxton-access.com/wp-content/uploads/2019/02/icon-secure-2-1.svg" style="width:140px;height:300px;margin-left:130px;margin-top:-20px;">
<div id="email" style="width:300px;height:400px">
<input class="block" type="text" placeholder=" Email" style="border-radius:6px;">
<pre> </pre>
<input class ="block"type="password" name="password" placeholder=" Password"style="border-radius:6px;" >
<pre></pre>
<input type="submit" value="LOGIN" id="subm"style="font-weight:500;">
<p id="a">Don't have an account?<input type="submit" value="Sign Up" style="border:none;background: white;color:rgb(86, 21, 119);font-size:17px;font-weight:500px;font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;-webkit-animation-name: example;
-webkit-animation-duration: 10s;
animation-name: example;
animation-duration: 10s;
" >
</p>
</div>
</div>
</body>