-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.21 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projeto Redes Sociais</title>
<link rel="stylesheet" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<style>
</style>
</head>
<body>
<main>
<section id="telefone">
<iframe src="home.html" name="tela" id="tela"></iframe>
</section>
<section id="redes-sociais">
<a href="home.html" target="tela"><img src="imagens/logo-home.jpg"></a> <br>
<a href="youtube.html" target="tela"><img src="imagens/logo-youtube.jpg"></a> <br>
<a href="github.html" target="tela"><img src="imagens/logo-github.jpg"></a> <br>
<a href="instagram.html" target="tela"><img src="imagens/logo-instagram.jpg"></a> <br>
<a href="twitter.html" target="tela"><img src="imagens/logo-twitter.jpg"></a> <br>
<a href="facebook.html" target="tela"><img src="imagens/logo-facebook.jpg"></a>
</section>
</main>
</body>
</html>
/* ESTUDAR ISSO AQUI MAIS TARDE! O ELEMENTO FICA NO MEIO DA TELA
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); */