-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpag-disciplinas.html
164 lines (98 loc) · 3.82 KB
/
pag-disciplinas.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="pt_br">
<!--
html
hypertext
hiper texto
markup
marcação de texto
language
linguagem
-->
<style>
.header{
margin: -100px;
}
</style>
</head>
<body>
<input type="checkbox" id="check">
<label id="icone" for="check"><img src="icone.png"></label>
<div class="barra">
<nav>
<a href=""><div class="link">VOLTAR</div></a>
<a href=""><div class="link">HOME</div></a>
<a href=""><div class="link">DISCIPLINAS<span>+</span></div></a>
<a href=""><div class="link">PROFISSÕES<span>+</span></div></a>
<a href=""><div class="link">CONTATO<span>+</span></div></a>
<a href=""><div class="link">Sair</div></a>
</nav>
<span>
<a href="http://127.0.0.1:5500/pag-disciplinas.html"><div class="link">DISCIPLINAS<span>+</span></div></a>
</span>
</body>
</div>
<head>
<title> FUTURE <PERFECT-PAG1></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto&Ubuntu:wght@700display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles/pag-1.css">
<div class="content">
<header>
<img src="/assets/logo.png" alt="logomarca">
</header>
<style>
#icone{
margin-top: 10px;
}
.content header{
background-color: #8f94a049;
margin-top: -30px;
}
.content{
margin-left: -80px;
margin-right: -8px;
margin-top: -10px;
}
.content img{
margin-left: 600px;
}
.content object html{
display: flex;
}
.content li{
margin-left: 600px;
display: grid;
font-family: Arial, Helvetica, sans-serif;
}
.content li a:hover{
margin-left: -50px;
}
.content li a{
margin: 15px ;
}
h1{
margin: 50px 600px auto;
}
</style>
<li>
<a href="http://127.0.0.1:5500/pag-portugues.html">
Portugues
</a>
<a href="http://127.0.0.1:5500/pag-matematica.html">
Matemática
</a>
<a href="http://127.0.0.1:5500/pag-biologia.html">
Biologia
</a> <a href="http://127.0.0.1:5500/pag-fisica.html">
Física
</a> <a href="http://127.0.0.1:5500/pag-quimica.html">
Química
</a> <a href="http://127.0.0.1:5500/pag-filosofia.html">
Filosofia
</li>
<h1>
</div>
</body>
</html>