-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (67 loc) · 1.33 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
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>Vilarinho & Sousa, LDA.</title>
<link rel="icon" href="icon.png">
<style>
body {
background-color: #FFFFFF;
min-height: 500px;
}
.centerTOP {
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
}
.LR_center{
text-align: center;
}
.rodape{
position: fixed;
left: 0;
bottom: 0;
width: 95%;
margin: 20px;
color: #1d2856;
border-top-style: solid;
border-width: 2px;
}
.rodape #LivroRec{
bottom: 1px;
display: inline-block;
text-align: right;
width:28%;
}
.rodape #contactos{
bottom: 1px;
display: inline-block;
width:70%;
}
p {
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
font-weight: bold;
}
</style>
</head>
<body>
<div>
<img src="VS.jpg" class="centerTOP">
</div>
<p></p>
<div class="rodape">
<div id="contactos">
<p><br> Iluminação - Obras públicas - Material eléctrico</p>
<p> Redes de baixa tensão - Instalações eléctricas</p>
<p></p><br>
<p>Edifício Lepanto - Piso inferior</p>
<p>Loja Nº6 4930-747 - Valença<br></p>
</div>
<div id="LivroRec">
<a href="https://www.livroreclamacoes.pt" target="_blank"> <img src="livro-reclamacoes.png" align="center" width="120" height="50"> </a>
</div>
</div>
</body>
</html>