-
Notifications
You must be signed in to change notification settings - Fork 0
/
ead.css
63 lines (52 loc) · 1.08 KB
/
ead.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
*{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
body{
/* background-color: rgba(243, 124, 13, 0.986); */
background-image: linear-gradient(to right, rgba(243, 124, 13, 0.986), rgba(66, 66, 66, 0.473));
}
header{
text-align: center;
}
.container-mapa {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/* ul{
position: relative;
} */
a {
text-decoration: none;
color: black;
}
li{
margin: 36px 25px 0px 25px;
background-color: rgba(240, 248, 255, 0.411);
width: 214px;
height: 41px;
list-style: none;
text-align: center;
padding: 27px 4px 6px 2px;
border-radius: 5px;
}
ul{
padding: 0px 20px 0px 20px;
}
.dias{
/* max-width: 1000px;
min-width: 400px; */
justify-content: center;
align-items: center;
display: flex;
}
.logo_mapa_de_sala{
border-radius: 50%;
}
footer{
text-align: center;
margin: 87px 0px 0px 0px;
color: white;
font-size: 13px;
}