-
Notifications
You must be signed in to change notification settings - Fork 0
/
diciplinas_horarios.css
57 lines (45 loc) · 1017 Bytes
/
diciplinas_horarios.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
*{
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;
}
.logo_mapa_de_sala{
border-radius: 50%;
}
.container-mapa{
display: flex;
justify-content: center;
align-items: center;
}
ul{
padding: 0px 20px 0px 20px;
width: 200px;
justify-content: center;
align-items: center;
}
li{
background-color: rgba(240, 248, 255, 0.411);
list-style: none;
padding: 15px;
margin-bottom: 10px;
text-align: center;
border-radius: 5px;
width: 190px;
justify-content: center;
align-items: center;
}
.container-mapa a{
text-decoration: none;
color: black;
}
footer{
text-align: center;
margin: 87px 0px 0px 0px;
color: white;
font-size: 13px;
}