poblacion-dirigida/web_files/css/estilos.css
josemolinag 3645cb8740 css files
update css. add estilos.css
2017-10-06 16:58:35 +02:00

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;
}