-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (82 loc) · 1.56 KB
/
style.css
File metadata and controls
93 lines (82 loc) · 1.56 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
82
83
84
85
86
87
88
89
90
91
92
93
*{
margin: 0px;
padding: 0px;
}
.header{
height: 80px;
background-color: #E7C0C0;
display: flex;
justify-content: space-around;
align-items: center;
padding: 20px;
}
.logo{
width: 100px;
height: auto;
}
.paragrafo_header{
font-family:'Inter';
font-weight: 700;
font-style: italic;
font-size: 40px;
}
.imagem{
width: 414px;
height: auto;
}
.entradaEscola{
background-color: rgba(218, 161, 142, 0.75);
display: flex;
padding: 15px;
}
.textoEntrada{
margin:20px 150px 20px 20px;
color: #1814D6;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
text-align: justify;
display: flex;
align-items: flex-end;
}
.paragrafo{
text-align: center;
font-size: 22px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
}
.patioEscola{
background-color: #e0c697cb;
display: flex;
padding: 15px;
}
.quadro{
margin-top: 20px;
margin-left: 50px;
width: 500px;
height:280px;
background-color: #F98735ed;
}
.cinza{
margin: 15px;
width: 470px;
height:250px;
background-color: #707070;
}
.frase{
font-size: 26px;
font-style: italic;
text-align: center;
color: white;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
.paulo{
font-size: 26px;
font-style: italic;
text-align: left;
color: white;
padding: 10px;
padding-left: 30px;
}