This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

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;
}