-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsobre.css
More file actions
51 lines (45 loc) · 831 Bytes
/
sobre.css
File metadata and controls
51 lines (45 loc) · 831 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
.mainsobre {
display: flex;
flex-wrap: wrap;
padding: 10px;
justify-content: center;
align-items: center;
}
#sectionsobre {
display: flex;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
margin-bottom: 80px;
}
#imgsobre {
max-width: 50%;
}
@media (max-width: 450px) {
#imgsobre {
display: block;
flex-wrap: wrap;
}
}
h1 {
display: block;
text-align: center;
}
footer{
background-color: #3b4f66;
height: 60px; /*Pode Varia conforme o resto da sua Pagina*/
}
#secondSectionFooter {
display: flex;
justify-content: space-between;
padding: 10px;
#iconFooter {
margin-right: 10px;
@media (max-width: 450px) {
footer{
height:90px;
}
#firstSectionFooter{
padding-left: 10px;
}
}