-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (44 loc) · 724 Bytes
/
Copy pathstyle.css
File metadata and controls
53 lines (44 loc) · 724 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
#pagina{
margin: 0 auto;
padding: 0;
}
#cabecalho,#esquerda,#centro,#direita,#rodape{
background-color: rgb(219, 196, 255);
margin: 10px;
}
#cabecalho{
height: 150px;
}
#esquerda{
width: 20%;
height: 500px;
float: left;
}
#centro{
width: 55%;
height: 500px;
float: left;
}
#direita{
width: 20%;
height: 500px;
float: right;
}
#rodape{
height: 50px;
background-color: rgb(184, 118, 247);
clear: both;
}
#p{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: rgb(240, 213, 181);
}
#imcentro [
width: 200px;
heigth: 200px;
display: block;
margin-left: auto;
margin-right: auto
]