-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (50 loc) · 871 Bytes
/
style.css
File metadata and controls
59 lines (50 loc) · 871 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
49
50
51
52
53
54
55
56
57
58
59
* {
margin: 0;
padding: 0;
}
body{
font-family: sans-serif;
}
.cabecalho{
background-color: #4BD081;
color: white;
display: flex;
justify-content: space-around;
padding: 20px;
}
.imagem-1-cabecalho{
width: 30%;
height: 30%;
}
.imagem-2-cabecalho{
width: 8%;
height: 8%;
}
.item-lista-cabecalho{
font-size: 25px;
margin: 40px;
display: inline-block;
}
.escola{
background-color: #C7FFDD;
padding: 100px 100px;
}
.escola-título{
color: #4BD081;
font-size:40px ;
padding-left: 200px;
}
.galeria-de-fotos{
background-image: linear-gradient(#C7FFDD, #FFFFFF);
}
.título-galeria{
color: #4BD081;
font-size: 25px;
padding-left: 550px;
}
.imagem-escola{
width: 20%;
height: 20%;
padding-left: 480px;
margin: 30px;
}