38 lines
665 B
CSS
38 lines
665 B
CSS
body{
|
|
margin: 0;
|
|
background: url(http://mojotrollz.eu/web/friseurteam/api.php?call=files&cat=page&id=background_friseur.png) no-repeat center center fixed;
|
|
background-size: cover;
|
|
}
|
|
|
|
#footer{
|
|
width: 1300px;
|
|
margin-top: 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color: white;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#main{
|
|
background-color: goldenrod;
|
|
width: 1300px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
height: 730px;
|
|
border-radius: 4px;
|
|
box-shadow: 3px 3px 3px #000;
|
|
}
|
|
|
|
#static {
|
|
float: right;
|
|
}
|
|
|
|
#content {
|
|
float: left;
|
|
}
|
|
|
|
#menu {
|
|
position: absolute;
|
|
left: 100px;
|
|
top: 100px;
|
|
} |