-
Notifications
You must be signed in to change notification settings - Fork 0
/
HomePage3.css
52 lines (49 loc) · 954 Bytes
/
HomePage3.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
body {
width:100%;
display:-webkit-box;
-webkit-box-pack: center;
-webkit-box-flex:1;
/*-webkit-box-align: center;*/
display: -moz-box;
-moz-box-pack: center;
/*-moz-box-align: center;*/
min-height: 800px;
}
/*header{
background-image: url('topImg.png')
}*/
#HomeWrapper{
display: -webkit-box;
-webkit-box-flex: 1;
-webkit-box-orient: vertical;
/*-webkit-box-align: center;*/
display: -moz-box;
-moz-box-flex: 1;
-moz-box-orient: vertical;
/*-moz-box-align: center;*/
border: 1px solid gray;
max-width: 960px;
margin: 10px;
}
#main{
display: -webkit-box;
-webkit-box-flex: 3;
display: -moz-box;
-moz-box-flex: 3;
}
footer{
display: -webkit-box;
-webkit-box-flex: 0;
-webkit-box-orient: horizontal;
/*-webkit-box-align: center;*/
display: -moz-box;
-moz-box-flex: 0;
-moz-box-orient: horizontal;
padding: 20px;
background-color: #CFD0D2;
}
/*footer > div {
-webkit-box-flex: 1;
padding: 5px;
-moz-box-flex: 1;
}*/