Modifiche

nessun oggetto della modifica
Riga 70: Riga 70:  
}
 
}
   −
.home-box {
+
.home-box-red {
 
background-blend-mode: overlay;
 
background-blend-mode: overlay;
 
background-image: url('https://www.wtraining.it/wp-content/uploads/2021/08/sfondo-wiki.png');
 
background-image: url('https://www.wtraining.it/wp-content/uploads/2021/08/sfondo-wiki.png');
Riga 100: Riga 100:  
font-size: 150%;
 
font-size: 150%;
 
font-weight: bold;
 
font-weight: bold;
margin: 30px auto;
+
margin: 30px auto 0 auto;
 
width: 12em;
 
width: 12em;
 
border-radius: 2em;
 
border-radius: 2em;
 
padding: 0.1em;
 
padding: 0.1em;
 
text-align: center;
 
text-align: center;
 +
}
 +
 +
.home-box-blue {
 +
text-align: center;
 +
    background-image: linear-gradient(180deg,#18374b 0%,#306199 100%);
 +
    background-position: center;
 +
    background-size: cover;
 +
padding: 50px;
 
}
 
}