Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/11/2014, 03:28
ioniben
 
Fecha de Ingreso: marzo-2013
Ubicación: España
Mensajes: 42
Antigüedad: 11 años, 1 mes
Puntos: 4
Respuesta: Media Queries en navegador de telefono movil

Os dejo mis media querys..
Código:
@media (max-width: 700px) {

header{

	text-align:center;

}

header img{

float:none;

background:black;

padding:15px;

margin: 10px auto;
}

header nav{

float:left;

display:block;

margin: 15px;

padding:0;

width:100%;

text-align:center;

}

section{

margin:50px;

}

section article{

display:block;

width:80%;

}
 }

@media (max-width: 430px) {
.barra_usuario{

	display:none;

}

 }