forked from jacquesSafari/mapCongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (87 loc) · 1.49 KB
/
Copy pathstyle.css
File metadata and controls
88 lines (87 loc) · 1.49 KB
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
81
82
83
84
85
86
87
88
body
{
font-family: "Segoe UI", "Helvetica", "Arial", San-serif;
font-size: 13px;
margin: 0;
background: #fcfefe url(images/bkg-blu.jpg) no-repeat center top ;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.wrapper {
margin: auto;
text-align: left;
width: 1100px;
position: relative;
}
#googleMap{
background: yellow;
}
.ban
{
position: relative;
padding-left: 300px;
}
nav
{
display: inline-block;
font-family: 'Trebuchet MS';
position: absolute;
font-family: 'Trebuchet ';
font-size: large;
width: 150px;
height: auto;
float: left;
border: 1px solid;
border-color: rgb(245, 90, 9);
border-collapse: separate;
z-index: 2;
}
nav ul{
list-style-type: none;
display: inline-block;
}
p {
margin-bottom:18px;
}
section
{
margin-left: 170px;
border: 1px solid blue;
display: block;
z-index: 2;
background: red;
}
footer
{
margin-top: inherit;
margin-bottom: 1px;
position: relative;
text-align: right;
float: right;
font-size: 15px;
color:blue;
}
aside{
margin-left: auto;
float: left;
display: inline;
border-right: 3px solid;
border: 2px solid;
border-color: rgb(245, 90, 9);
width: auto;
height: auto;
background-color: #231d1d;
}
.description{
font-size: 1em;
margin-right: auto;
border-left: 3px solid;
border: 2px solid;
border-color: rgb(245, 90, 9);
width: 460px;
height: 430px;
float: right;
background-color: white;
text-align: center;
}