
|
|
Cascading Style Sheet |
1 2 3 4 5 6 |
#mainContainer{
position:relative;
top:0px;
padding:30px;
background-color:#000;
}
|
|
|
Cascading Style Sheet |
1 2 3 4 5 6 7 8 9 10 |
#footerContainer{
-webkit-border-left-bottom-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
position:relative;
top:0px;
padding:30px;
background-color:#000;
}
|
