-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtab_2.html
42 lines (36 loc) · 1.44 KB
/
tab_2.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Prociono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;1,100;1,200;1,300&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
}
body { padding: 0;
margin:0 ;
background:black ;
color: white; }
header {margin-top:30px}
.social {font-size:2vw; padding:30px; margin-top:60px}
.fakeimg {text-align: center;}
.fakeimg img {width:40vw;}
</style>
</head>
<body>
<header style="text-align:center">
<a href="351 919448385" class="social" ><i class="fa fa-instagram"></i></a>
<a href="351 919448385" class="social" ><i class="fa fa-facebook"></i></a>
<a href="351 919448385" class="social" ><i class="fa fa-phone"></i></a>
<a href="#"> <h1 style="font-family: 'Prociono', serif;">TABERNÁCULO</h1> </a>
<p>by Hernani</p>
</header>
<div class="fakeimg"><img src="porta.png"></div>
</body>
</html>