-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (74 loc) · 1.38 KB
/
style.css
File metadata and controls
77 lines (74 loc) · 1.38 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
* {
margin: 0;
padding: 0;
}
body{
font-family:"poppins", sans-serif;
}
.cabecalho {
background-color: #F5C20A;
color: #1A1D1D;
display: flex;
justify-content: space-around;
padding: 24px 0;
}
.cabecalho-logo {
width: 180px;
border-radius: 30px;
}
.cabecalho-titulo{
padding: 30px 0;
font-size: 44px;
font-family: Arial, Helvetica, sans-serif;
}
.cabecalho-lista-item {
display: inline-block;
padding: 0 24px;
margin-top: 40px;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
}
.colégio-imagem{
width: 70%;
border: 30px;
}
.colégio{
background-color: #0C1E33;
color: white;
display:flex;
justify-content: center;
align-items: center;
padding: 24px 0;
}
.colegio-titulo{
padding: 24px 0;
}
.galeria{
background-color: #191A22;
color:white;
justify-content: center;
}
.galeria-foto{
width: 350px;
border-radius: 32%;
height: 300px;
}
.colégio-div-conteudo{
width: 40%;
justify-content: center;
align-items: center;
font-size: 25px;
}
.estudante-turma{
width: 24px;
padding: 4px 8px;
}
.rodapé{
background-color: #F5C20A;
color: #1A1D1D;
display: flex;
justify-content: space-around;
padding: 24px 0;
font-family:"poppins", sans-serif;
font-size: 30px;
}