-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (55 loc) · 2.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
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
<!DOCTYPE html>
<html lang="pt-BR">
<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">
<link rel="stylesheet" href="styles.css"/>
<title>Maciel Oliveirar</title>
<link href="https://cdnjs.cloudflare.com/ajax/libsfont-awesome/6.1.0/css/all.min.css"/>
</head>
<body>
<section class="main">
<div class="center menu-container">
<div class="logo">
<img src="Logo14.jpg" />
</div>
<div class="menu">
<a href="#">Home</a>
<a href="#">Sobre</a>
<a href="#">Portfólio</a>
<a href="#">Redes Sociais</a>
<a href="#">Contato</a>
</div>
</div>
</section>
<br><br>
<section class="content-main">
<div class="center">
<div class="content-chamada">
<h2>Maciel Oliveira</h2>
<h3>Apenas um ser humano, não conformado com sua limitação em não saber...</h3><br>
<button><a href="#">Saiba Mais</a></button>
</div>
<div class="img-content">
<img style="left:-100px;top:-100px;z-index: 2;" src="Lentes.png">
<img style="z-index: 2;top:150px;" src="Coffee.png">
<img style="z-index: 1;" src="Pages.png">
</div>
</div>
<div class="center">
<div class="form">
<form>
<br>
<input type="text" />
<input type="text" />
<input type="submit" />
</form>
</div>
</div>
</section>
<section style="min-height: 600px; background-color:skyblue;" class="restante">
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libsfont-awesome/6.1.0/css/all.min.css"/>
</body>
</html>