Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/10/2015, 14:55
diegoguerrero
 
Fecha de Ingreso: diciembre-2014
Ubicación: Madrid
Mensajes: 274
Antigüedad: 9 años, 4 meses
Puntos: 5
¿Por qué me da error la última línea?

Lo dicho, aquí dejo el código. Gracias!
Código CSS:
Ver original
  1. @charset "UTF-8";
  2. /* PROPIEDADES DEL BODY */
  3. body{
  4.     margin: 0 auto;
  5.     width: 100%;
  6. }
  7. a{
  8.     text-decoration: none;
  9. }
  10. /* OPEN SANS */
  11. @font-face {
  12.   font-family: 'OpenSans';
  13.   src: url('fonts/OpenSans-Regular.ttf');
  14.   src: url('fonts/OpenSans-Regular.ttf') format('truetype'),
  15.       url('fonts/OpenSans-Regular.woff') format('woff'),
  16.       url('fonts/OpenSans-Regular.eot') format('embedded-opentype');
  17.   font-weight: normal;
  18.   font-style: normal;
  19. }
  20. /* Unificación de estilos */
  21.     /* Login */
  22.         @import url("login/loginmax.css") (min-width:500px);