forked from dlanileonardo/correios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_reastreio.html
62 lines (54 loc) · 1.39 KB
/
template_reastreio.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<style>
body {
background-color: #fff;
font-family: Verdana,sans-serif;
color: #111;
font-size: 9pt;
/*position: relative;*/
}
#table {
text-align: center;
}
table {
width: 60%;
margin: 0 auto;
border-collapse: collapse;
border: 1px solid #c0c0c0;
}
table td {
font-size: 70%;
padding: 5px;
border: 1px solid #c0c0c0;
}
#rodape {
font-size: 88%;
width: 900px;
margin-left: -450px;
text-align: center;
position: absolute;
bottom: 0;
left: 50%;
}
a img {
border: none;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h3>
<a href="/" >
<img src="/img/logo.jpg">
</a>
</h3>
<div id="table" >
</div>
<p id="rodape">
<strong></strong>
</p>
</body>
</html>