-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
61 lines (53 loc) · 879 Bytes
/
estilo.css
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
*{
margin: 0;
}
.container{
width: 100%;
border: 1px solid black;
}
#cabecalho{
height: 300px;
background-color: #FDF4F5;
}
ul{
display: flex;
justify-content: center;
}
a{
padding: 30px;
list-style-type: none;
text-decoration: ;
}
#areaimagem{
height: 200px;
background-color: #E8A0BF;
}
#box2{
height: 300px;
background-color: #BA90C6;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.caixa{
width: 25%;
height: 200px;
border: 1px solid black;
}
#box3{
height: 300px;
background-color: #C0DBEA;
display: flex;
justify-content: space-evenly;
align-items: center;
}
#rodape{
height: 50px;
background-color: #FDF4F5;
}
.fontevermelha{
color: red;
}
#fundoazul{
color: blue;
}