-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (62 loc) · 1.15 KB
/
style.css
File metadata and controls
76 lines (62 loc) · 1.15 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
*{
margin: 0%;
padding:0%;
}
body{
background-color: #Ffffff;
font-family: 'Sono', sans-serif;
}
.cabecalho {
display: flex;
justify-content: space-around;
align-items: center;
background-color: #BCB0B0;
border-radius: 0px 0px 0px 150px;
}
.cabecalho__imagem{
width: 130px;
height: 157px;
border-radius: 600px;
}
.cabecalho__menu{
display: inline;
}
.cabecalho__menu-item{
display: inline;
margin-left: 20px;
color:#FEC229;
font-size: 32px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}
.escola{
display: flex;
justify-content: center;
align-items: center;
background-color: #ECE6E6;
border-radius: 40px;
margin: 20px;
}
.escola__div{
display: inline;
width: 200px;
height: auto ;
}
.escola__imagem{
width: 200px;
height: auto;
margin-left: 40px;
}
.professores {
text-align: center;
background-color: #FEC229;
border-radius: 40px;
margin: 20px;
}
.professores__div{
text-align: center;
}
.professores__div-imagem{
width: 120px;
height: auto;
}