-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpagina.css
More file actions
63 lines (53 loc) · 820 Bytes
/
pagina.css
File metadata and controls
63 lines (53 loc) · 820 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
60
61
62
63
*{
margin: 0
padding:0;
}
p{
font-size: 20px;
}
#Cabecalho{
height: 175px;
background: red;
width: 90%;
margin: 0 auto;
border: 5px solid #000000;
}
#Menu{
height: 300px;
width: 387px;
background: violet;
float: left;
margin-left:75px;
margin-top: 5px;
border: 5px solid #000000;
}
#Pagina{
height: 300px;
width: 600px;
background: yellow;
float: left;
margin-left:15px;
margin-top: 5px;
border: 5px solid #000000;
}
#Lado{
height: 300px;
width: 387px;
background:orange ;
float: left;
margin-left:15px;
margin-top: 5px;
border: 5px solid #000000;
}
#Rodape{
height: 175px;
background: red ;
clear: both;
width: 90%;
margin: 0 auto;
margin-top: 325px;
border: 5px solid #000000;
}
#banner{
width: 400;
}