-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstaye.css
More file actions
48 lines (47 loc) · 921 Bytes
/
staye.css
File metadata and controls
48 lines (47 loc) · 921 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
43
44
45
46
47
48
.cabeçalho {
background-color: #107500;
color: white;
display: flex;
padding: 24px;
font-size: 20px;
justify-content: space-around;
}
*{
margin: 0;
padding: 0;
}
.cabeçalhoimagem {
width: 8%;
height: 8%;
}
.cabeçalholista {
justify-content: center;
}
.sobre-o-colégio {
background-image: linear-gradient(#107500, #a2f596);
color: white;
font-size: 20px;
padding: 0px 250px;
}
.sobre-a-escola {
padding: 24px 0px;
}
.cardápio {
background-image: linear-gradient(#a2f596, #107500);
color: white;
font-size: 20px;
padding: 0px 250px;
}
.cardápio-da-semana {
padding: 24px 0px;
}
.galeria {
background-image: linear-gradient(#107500, #107500);
color: white;
font-size: 20px;
padding: 0px 250px;
}
.fotos {
width: 1%;
height: 1%;
}