-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (40 loc) · 722 Bytes
/
style.css
File metadata and controls
42 lines (40 loc) · 722 Bytes
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
footer {
text-align: center;
height: 200px;
padding: 3px;
background-color: rgb(52, 13, 95);
color: white;
}
a{
color: white;
}
.contenedorEvento{
background-color:khaki;
width: 100%;
padding: 20px;
height: 400px;
text-align: center;
}
.evento{
font-size: x-large;
padding: 10px;
margin: 5px;
text-align: center;
background-color: beige;
width: 45%;
height: 75px;
}
#canvas{
width: 100%;
}
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html,body {
height: 100%;
margin: 0;
padding: 0;
}