-
Notifications
You must be signed in to change notification settings - Fork 0
/
contatos.html
32 lines (32 loc) · 939 Bytes
/
contatos.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
<head>
<link rel="shortcut icon" href="icon1.png">
<link rel="stylesheet"href="contatos.html">
<style type="text/css">
body{
text-align: center;
background-image: url("fundo.jpeg");
}
h1{
padding: 15px;
margin: 5.7em;
background-color: rgb(4, 93, 50);
font-family: cursive;
font-size: 40;
}
p1{
padding:5px;
margin:1em;
font-size: medium;
font-family: fantasy;
}
</style>
</head>
<body>
<h1>Meios de Contato</h1>
<hr>
<p1>Email Institucional: [email protected] <br>
Email Pessoal: [email protected]<br>
Instagram: @otavio.hmbrito<br>
</p1>
<a href="trabalho.html">Voltar</a><br>
</body>