forked from giulia-pass93/login
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesercizio1.html
More file actions
50 lines (36 loc) · 1.24 KB
/
esercizio1.html
File metadata and controls
50 lines (36 loc) · 1.24 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
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Esercizio1</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-image: linear-gradient(to right,rgb(73, 4, 119),violet); margin:0; padding:0; height: 100%;">
<div class ="main">
<div class="intestazione">
<h1 ><b>Duis mollis,<br>est non<br>commodo<br>luctus.</b></h1>
<p>Nulla vitae elit libero, a<br><br>pharetra augue. Lorem ipsum<br><br>dolor sit amet, consectetur.</p>
</div>
<form class="login">
<<<<<<< HEAD
=======
>>>>>>> 0bfca1cc65f6eb05cfb874e263464908aeea397e
<label><b>EMAIL</b></label>
<br><br>
<input type="text" name="email">
<hr>
<br><br>
<label><b>PASSWORD</b></label>
<br><br>
<input type="text" name="password">
<hr>
<br>
<button type="button" id="btn1" ><b>Sign Up</b></button>
<br>
<hr>
<button type="button" id="btn2" >Forgot Password?</button>
</form>
</div>
</body>
</html>