-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (97 loc) · 1.7 KB
/
style.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
*{
margin: 0;
padding: 0;
}
body{
font-family: 'Poppins', sans-serif;
color: #000;
}
.cabeçalho {
background-color: #fdfdfd;
color: rgb(87, 76, 76);
display: flex;
justify-content: space-around;
align-items: center;
padding: 10px 0;
}
.cabeçalho-imagem{
width: 10%;
}
.cabeçalho-lista-item {
display: inline-block;
margin: 0 10px;
font-size: 24px;
}
.escola-imagem{
width: 20%;
}
.Escola{
background-image: linear-gradient(#ffffff,#5eecb1);
color: rgb(31, 27, 27);
display: flex;
justify-content: center;
align-items: center;
padding: 24px 0;
}
.escola-div-conteudo{
width: 40%;
}
.escola-titulo{
padding: 24px 0;
}
.estudante-imagem{
width: 120px;
}
.estudante-icone{
width: 4px;
background-color: #5eecb1;
}
.estudante-div{
text-align: center;
background-color: #5eecb1;
}
.Entre-em-contato-titulo{
text-align: center;
padding: 50px 0;
background-color: #5eecb1;
}
.Entre-em-contato-todos{
display: grid;
grid-template-columns: 20% 20% 20% 20% 20%;
}
.rodape{
background-color: #5eecb1;
text-align: center;
height: 150px;
}
.rodape-imagem{
background-color: #5eecb1;
height: 70px;
padding: 12px 0;
}
.Whatsapp-link{
background-color: #5eecb1;
display: inline-block;
margin: 0 10px;
font-size: 24px;
}
.whatsapp-info{
height: 30px;
}
.titulo-final{
background-color: #5eecb1;
text-align: center;
}
.texto-final{
background-color: #5eecb1;
text-align: center;
padding: 20px;
}
.logo-do-colegio{
background-color: #5eecb1;
align-items: center;
}
.ultimo-link{
background-color: #5eecb1;
text-align: center;
}