-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
59 lines (47 loc) · 796 Bytes
/
style.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
*{
margin: 0;
padding: 0;
}
#cabecalho {
height: 100px;
background-color: rgb(138, 76, 219);
margin: 0 auto;
}
#menu {
width: 20%;
height: 600px;
background-color: rgb(163, 99, 22);
float: left;
margin-top: 10px;
}
#principal {
width: 20%;
height: 600px;
background-color: rgb(142, 203, 207);
float: left;
margin-top: 10px;
margin-bottom: 10px;
}
#rodape {
height: 50px;
background-color: rgb(116, 87, 55);
clear: both;
}
p {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: rgb(95, 0, 73);
}
#pizzadoces {
width: 220px;
height: 220px;
}
#brigadeiro {
width: 220px;
height:220px;
}
#pasteldoce{
width: 220px;
height: 220px;
}