| Current Path : /var/www/pms.test.indaco.store/www/assets/storefront-generator/styles/ |
| Current File : /var/www/pms.test.indaco.store/www/assets/storefront-generator/styles/section.css |
.section{
background-size:cover;
width:100%;
height:100%;
-webkit-transition: opacity 2s linear;
-moz-transition: opacity 2s linear;
-o-transition: opacity 2s linear;
transition: opacity 2s linear;
display: block;
max-width: 100%;
object-fit: cover;
}
/* Div sopra alle immagin */
.divBianchi, .divIndacoChiaro{
padding:75px;
color: black;
width: 100%;
margin:auto;
height: 100%;
background-repeat: no-repeat;
}
.divBianchi {
background-color: white;
}
.divIndacoChiaro {
background-color: rgb(145, 167, 204);
}
.section {
position: relative;
clear: both;
background-color: transparent;
}
.section:nth-of-type(even) {
background-color: #ffffff;
}
.section:nth-of-type(odd) {
background-color: #e2e2e2;
}
.section.section-triangle-white:after {
content: "";
position: absolute;
display: inline-block;
border: 20px solid transparent;
border-top-color: rgb(145, 167, 204);;
top: 0px;
left: 50%;
margin-left: -20px;
}
.section.section-triangle-indaco:after {
content: "";
position: absolute;
display: inline-block;
border: 20px solid transparent;
border-top-color: #ffffff;
top: 0px;
left: 50%;
margin-left: -20px;
}