-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (74 loc) · 2.29 KB
/
index.html
File metadata and controls
77 lines (74 loc) · 2.29 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<section>
<div class="container">
<div class="content-login">
<button class="google">
<img src="./acet/ggoogle.png" alt="google" />Entrar com o google
</button>
<h2 class="or">Or</h2>
<form class="form">
<div class="label">
<label>Email</label>
</div>
<input type="email" placeholder=" enter you email" />
<div class="password">
<label>Password</label>
</div class="label">
<input type="password" placeholder="password" />
<div class="checkbox">
<label><input type="checkbox" />Remember me</label>
<a href="/">Forgot password?</a>
</div>
<button class="btncreate">Entrar</button>
</form>
<div class="footer">
Don’t have an account?
<a href="/">Sign up</a>
</div>
</div>
<div class="linha"></div>
<!-- começo da descriçao -->
<div class="content-description">
<div class="desc">
<img src="./acet/Path.png" alt="" />
<div>
<h2>Development</h2>
<p>
A modern and clean design system for<br />
developing fast and powerful web interfaces.
</p>
</div>
</div>
<div class="desc">
<img src="./acet/Path (1).png" alt="" />
<div>
<h2>Features</h2>
<p>
A modern and clean design system for <br />developing fast and
powerful web interfaces.
</p>
</div>
</div>
<div class="desc">
<img src="./acet/Path (2).png" alt="" />
<div>
<h2>Updates</h2>
<p>
A modern and clean design system for <br />developing fast and
powerful web interfaces.
</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>