-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMeuCSS.css
More file actions
53 lines (44 loc) · 709 Bytes
/
MeuCSS.css
File metadata and controls
53 lines (44 loc) · 709 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
/*
Document : MeuCSS
Created on : Oct 11, 2012, 5:01:32 PM
Author : srmf32
Description:
Purpose of the stylesheet follows.
*/
#topo {
position:absolute;
top:0%;
left:0%;
width:100%;
height:10%;
background-color:green;
}
#menu {
position:absolute;
top:10%;
left:0%;
height:80%;
width:20%;
background-color:red;
}
#corpo {
position:absolute;
top:10%;
left:20%;
width:80%;
height:80%;
background-color:grey;
}
#rodape {
position:absolute;
top:90%;
left:0%;
height:10%;
width:100%;
background-color:yellow;
}
iFrame{
width:100%;
height:100%;
border:0;
}