-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpagina.css2
More file actions
74 lines (70 loc) · 1 KB
/
pagina.css2
File metadata and controls
74 lines (70 loc) · 1 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
*{
margin: 0;
padding: 0;
}
p{
font-size: 20px;
}
#cabecalho{
height: 130px;
width: 1540px;
background: orange;
margin-top: 10px;
margin-left: 20px;
border: 6px solid #2E8B57;
}
#menu{
height: 475px;
width: 350px;
background: greenyellow;
float: left;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
border: 5.5px solid #7B68EE;
}
#pagina{
height: 475px;
width: 800px;
background: lightblue;
float: left;
margin-left: 10px;
margin-top: 10px;
border: 5.5px solid #FF1493;
}
#lado{
height: 475px;
width: 350px;
background: purple;
float: left;
margin-left: 10px;
margin-top: 10px;
border: 5.5px solid #FFD700;
}
#rodape{
height: 130px;
margin-left: 20px;
width: 1540px;
background: chocolate;
clear: both;
margin-bottom: 10px;
border: 6px solid #000000;
}
body{
background: midnightblue;
}
#banner{
width 66%;
}
table{
margin: 20px 0 40px;
}
thead{
background: #555555;
color: white;
font-weight: bold;
}
td, tr{
border: 1px solid #000000;
padding: 8px 15px;
}