Inicio de Galería
This commit is contained in:
@@ -84,6 +84,29 @@ section .section-h h2:after {
|
||||
.home .cont-prin .content-home .description a:hover {
|
||||
color: #bb8800;
|
||||
}
|
||||
.home .cont-prin .content-galery {
|
||||
padding: 0;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
|
||||
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
|
||||
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
|
||||
transition: 0.5s;
|
||||
}
|
||||
.home .cont-prin .content-galery img {
|
||||
width: 100%;
|
||||
border-radius: 12px 12px 0px 0px;
|
||||
}
|
||||
.home .cont-prin .content-galery .description {
|
||||
padding: 10px 0px;
|
||||
}
|
||||
.home .cont-prin .content-galery .description a {
|
||||
text-decoration: none;
|
||||
color: #1e3c70;
|
||||
font-size: 22px;
|
||||
}
|
||||
.home .cont-prin .content-galery .description a:hover {
|
||||
color: #bb8800;
|
||||
}
|
||||
/* Globales */
|
||||
.nav-g a {
|
||||
color: #bb8800;
|
||||
|
||||
Reference in New Issue
Block a user