1,278
edits
Line 1,857: | Line 1,857: | ||
/* ========================== Integrazione pagine Wix 2024 ========================== */ | /* ========================== Integrazione pagine Wix 2024 ========================== */ | ||
a, a:hover { text-decoration: none; } | a, a:hover { text-decoration: none; } | ||
.homepage-slider { | .homepage-slider { | ||
position: relative; | |||
height: 400px; | height: 400px; | ||
background-color: silver; | background-color: silver; | ||
} | |||
.homepage-logo-container { | |||
position: absolute; | |||
top: 50px; | |||
transform: translate(-50px, 0); | |||
z-index: 100; | |||
} | |||
.homepage-logo { | |||
border-radius: 100%; | |||
} | } | ||