-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (68 loc) · 1.43 KB
/
style.css
File metadata and controls
81 lines (68 loc) · 1.43 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
78
79
80
81
*{
margin: 0%;
padding: 0%;
}
body{
background-color: #C6FFD2;
font-family: 'Sono', sans-serif;
}
.cabecalho{
background-color: #5FE56D;
display: flex;
justify-content: space-around;
align-items: center;
font-size: 15px;
}
.cabecalho_titulo{
display: inline;
}
.cabecalho_imagem{
width: 201px;
height:195px;
}
.cabecalho_menu{
display: inline;
}
.cabecalho_menu_item{
display: inline;
justify-content: space-around;
align-items: center;
margin-left: 250px;
font-size: 25px;
color: #8A2574;
}
.escola{
display: flex;
background-color: #87EC91;
justify-content: space-around;
align-items:center;
margin: 20px;
border-radius: 40px;
}
p.professores_div-paragrafo{
width: 112px;
}
.escola_imagem{
width: 234px;
height: 229px;
}
.professores{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
background-color: #6AE37D;
justify-items: center;
gap:50px;
margin: 1%;
padding: 1%;
}
.professores_div-imagem{
width: 112px;
height: 120px;
}
.rodape{
background-color: ##C6FFD2;
}
p.rodape{
display:block;
}