1,278
edits
Line 1,856: | Line 1,856: | ||
/* ========================== Integrazione pagine Wix 2024 ========================== */ | /* ========================== Integrazione pagine Wix 2024 ========================== */ | ||
/* ============= Generale ============= */ | |||
.custom-h1 { | |||
font-size: 200%; | |||
color: #116089; | |||
} | |||
.custom-h2 { | |||
font-size: 150%; | |||
color: #116089; | |||
} | |||
.left { | |||
text-align: left; | |||
} | |||
.center { | |||
text-align: center; | |||
} | |||
.right { | |||
text-align: right; | |||
} | |||
.rounded-logo { | |||
border-radius: 100%; | |||
} | |||
.colour-button a { | |||
padding: 1rem 2rem; | |||
margin: 2rem 0; | |||
border-radius: 3rem; | |||
background-image: linear-gradient(126deg, #5f5bcd 24%, #ff5700 100%); | |||
transition: .5s; | |||
color: white; | |||
text-decoration: none; | |||
} | |||
.colour-button a:hover { | |||
background-image: linear-gradient(307deg, #5f5bcd 24%, #ff5700 100%); | |||
color: white; | |||
text-decoration: none; | |||
} | |||
.side-by-side { | |||
display: flex; | |||
gap: 2rem; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.side-by-side > div { | |||
width: 100%; | |||
} | |||
.separator { | |||
border: 1px solid silver; | |||
width: 50%; | |||
margin: 3rem auto; | |||
} | |||
/* ============= Home ============= */ | /* ============= Home ============= */ | ||
a, a:hover { text-decoration: none; } | a, a:hover { text-decoration: none; } | ||
Line 1,869: | Line 1,924: | ||
transform: translate(-50px, 0); | transform: translate(-50px, 0); | ||
z-index: 100; | z-index: 100; | ||
} | } | ||
Line 1,921: | Line 1,973: | ||
97% { opacity: 1; } | 97% { opacity: 1; } | ||
100% { opacity: 0; } | 100% { opacity: 0; } | ||
} | } | ||
Line 1,959: | Line 1,980: | ||
} | } | ||
.homepage-how-to-follow-it { | .homepage-how-to-follow-it { | ||
text-align: right; | text-align: right; | ||
} | } |