-
Notifications
You must be signed in to change notification settings - Fork 1
/
css.css
80 lines (73 loc) · 1.18 KB
/
css.css
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
body{
background-color: #4F2C07;
}
.principal{
background-color: #4F2C07;
margin: relative;
width:100%;
height:950px;
}
.barraEsquerda{
margin: -948px;
width: 350px;
height: 400px;
margin-left: 0px;
margin-bottom: 548px;
}
.barraDireita{
margin: -948px;
width: 217px;
height: 520px;
margin-left: 1682px;
margin-bottom: 428px;
}
.reserva{
width: 845px;
height: 495px;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 44px;
margin: -495px;
padding-top: -10px;
padding-bottom: 0px;
position: relative;
}
#rev{
color:white;
font-size: 72px;
transform: rotate(-90deg);
margin-top: 0px;
margin-bottom: 0px;
margin-left: 382px;
margin-right: -169px;
}
#iga{
color:white;
transform: rotate(-90deg);
font-size: 100px;
margin-left: 600px;
margin-top: 123px;
margin-right: -63px;
margin-bottom: -300px;
font-family: segoe Print;
}
a{
color: white;
font-family: arial;
font-size: 13px;
}
#links-list{
margin-top: auto;
color: white;
}
.map{
margin: 0px;
margin-left: 350px;
width: 1333px;
height: 948px;
}
#googleMap{
margin-top: -1px;
width: 1332px;
height: 948px;
}