mirror of
https://github.com/medialab-prado/poblacion-dirigida.git
synced 2024-12-26 01:41:22 +01:00
3645cb8740
update css. add estilos.css
37 lines
726 B
CSS
37 lines
726 B
CSS
#titulo{
|
|
font-family: "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif;
|
|
font-size: 1.2em;
|
|
color: rgba(255, 255, 255, 1);
|
|
text-shadow: 2px 2px 8px #000000;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#subtitulo{
|
|
border-top: 100px;
|
|
text-align: center;
|
|
font-family: "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif;
|
|
font-size: 1em;
|
|
text-shadow: 2px 2px 8px #000000;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
#icono-gente{
|
|
border-style: none;
|
|
background: none;
|
|
|
|
}
|
|
|
|
#contenedor-titulo{
|
|
text-align: center;
|
|
border: 1px solid white;
|
|
padding:3em;
|
|
box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .2);
|
|
}
|
|
|
|
.cita{
|
|
color: black !important;
|
|
width: 50%;
|
|
text-shadow: none !important;
|
|
}
|
|
|
|
|