No me funciona el css. Por favor, ayuda porque me estoy liando bastante. Gracias
index.html
Código HTML:
Ver original <link href="styles/styles.css" rel="stylesheet" type="text/css"/> <div id="2cols50">2cols50
</div>
styles/styles.css
Código CSS:
Ver original@charset "UTF-8";
/* GENÉRICOS */
body{
margin: 5px auto;
}
a{
text-decoration: none;
}
/* RESPONSIVE */
/* COLUMNAS - PROPIEDADES GENERALES */
/* COLUMNAS - PROPORCIONALES AL BODY */
#2cols50{
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(86, 61, 124, 0.15);
border: 1px solid rgba(86, 61, 124, 0.2);
width: 50%;
position: relative;
min-height: 1px;
padding-right: 1.5em;
padding-left: 1.5em;
}