hola quiciera saber que opina de este trozo de css que tengo para una web es el BODY y el contenedor.
Código:
BODY {
font-family:sans-serif;
font-size:smaller;
background-color:#000;
float:left;
max-width:1280px;
min-height:858px;
min-width:1024px;
max-height:1224px;
background-repeat:repeat-y;
}
#contenedor {
width:1280px;
height:100%;
float:left;
max-width:1280px;
min-height:858px;
min-width:1024px;
max-height:1224px;
background-image:url("images/mclaren.jpg");
margin-left: auto;
margin-right: auto;
}
saludos