AltoCode
Provvidenti

HTML
<!-- ============================================ -->
<!-- Side By Side -->
<!-- ============================================ -->
<section id="sbs-2431">
<div class="cs-container">
<div class="cs-content-group">
<div class="cs-content">
<div class="cs-flex-group">
<span class="cs-topper">Servizi</span>
<h2 class="cs-title">Body Painting UV Professionale</h2>
<p class="cs-text">
Vivi un’arte vibrante che si trasforma e si illumina quando viene esposta alla magia della luce nera.
</p>
</div>
<a href="" class="cs-button-solid">Prenota Ora</a>
</div>
<picture class="cs-background">
<source media="(max-width: 600px)" srcset="https://nyc3.digitaloceanspaces.com/csimages2/Images/Illustrations/tattoo.jpg">
<source media="(min-width: 601px)" srcset="https://nyc3.digitaloceanspaces.com/csimages2/Images/Illustrations/tattoo.jpg">
<img loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Illustrations/tattoo.jpg" alt="body painting viso esempio" width="1280" height="568">
</picture>
</div>
<div class="cs-ul-wrapper">
<p class="cs-text">
Le nostre sessioni personalizzate di body painting UV combinano pigmenti fluorescenti,
design dettagliati e la tua visione unica per creare look indimenticabili.
Perfette per festival, performance, shooting creativi o pura espressione personale.
</p>
<ul class="cs-card-group">
<li class="cs-item">
<picture class="cs-icon-wrapper">
<img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-paint.svg" alt="icona grafica" width="32" height="32">
<div class="cs-border cs-border1" aria-hidden="true"></div>
<div class="cs-border cs-border2" aria-hidden="true"></div>
</picture>
<div class="cs-flex">
<h3 class="cs-h3">Design Personalizzati</h3>
<p class="cs-item-text">
Opere uniche reattive alla luce nera, realizzate su misura per il tuo corpo e il tuo stile.
</p>
</div>
</li>
<li class="cs-item">
<picture class="cs-icon-wrapper">
<img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-paint.svg" alt="icona grafica" width="32" height="32">
<div class="cs-border cs-border1" aria-hidden="true"></div>
<div class="cs-border cs-border2" aria-hidden="true"></div>
</picture>
<div class="cs-flex">
<h3 class="cs-h3">Design Personalizzati</h3>
<p class="cs-item-text">
Opere uniche reattive alla luce nera, realizzate su misura per il tuo corpo e il tuo stile.
</p>
</div>
</li>
<li class="cs-item">
<picture class="cs-icon-wrapper">
<img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-face.svg" alt="icona grafica" width="32" height="32">
<div class="cs-border cs-border1" aria-hidden="true"></div>
<div class="cs-border cs-border2" aria-hidden="true"></div>
</picture>
<div class="cs-flex">
<h3 class="cs-h3">Look Pronti per la Fotocamera</h3>
<p class="cs-item-text">
Progettati appositamente per ritratti, eventi e contenuti visivi d’impatto capaci di catturare l’attenzione.
</p>
</div>
</li>
<li class="cs-item">
<picture class="cs-icon-wrapper">
<img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-paint-cog.svg" alt="icona grafica" width="32" height="32">
<div class="cs-border cs-border1" aria-hidden="true"></div>
<div class="cs-border cs-border2" aria-hidden="true"></div>
</picture>
<div class="cs-flex">
<h3 class="cs-h3">Stili Distintivi</h3>
<p class="cs-item-text">
Espressioni astratte, simboliche, tribali e psichedeliche vibranti pronte a prendere forma sulla tua pelle.
</p>
</div>
</li>
<li class="cs-item">
<picture class="cs-icon-wrapper">
<img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-people.svg" alt="icona grafica" width="32" height="32">
<div class="cs-border cs-border1" aria-hidden="true"></div>
<div class="cs-border cs-border2" aria-hidden="true"></div>
</picture>
<div class="cs-flex">
<h3 class="cs-h3">Processo Collaborativo</h3>
<p class="cs-item-text">
Lavora a stretto contatto con un artista esperto per dare vita alla tua visione in modo autentico e spettacolare.
</p>
</div>
</li>
</ul>
</div>
</div>
</section>
CSS
/*-- -------------------------- -->
<--- Side By Side -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
#sbs-2431 {
padding: var(--sectionPadding);
background-color: #010104;
overflow: hidden;
}
#sbs-2431 .cs-container {
width: 100%;
max-width: 80rem;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: clamp(3rem, 8vw, 5rem);
}
#sbs-2431 .cs-content-group {
max-width: 55.625rem;
padding: clamp(1rem, 4vw, 2rem);
padding-top: 14.75rem;
box-sizing: border-box;
position: relative;
z-index: 1;
}
#sbs-2431 .cs-background {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
#sbs-2431 .cs-background:before {
content: '';
position: absolute;
top: -1px;
bottom: -1px;
left: 0;
width: 100%;
background: linear-gradient(to bottom, #010104 0%, rgba(1, 1, 4, 0) 56%, #010104 100%);
pointer-events: none;
}
#sbs-2431 .cs-background:after {
content: '';
position: absolute;
top: 0;
left: -1px;
right: -1px;
height: 100%;
background: linear-gradient(to right, #010104 0%, rgba(1, 1, 4, 0) 56%, #010104 100%);
pointer-events: none;
}
#sbs-2431 .cs-background img {
height: 100%;
width: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
#sbs-2431 .cs-content {
padding: clamp(1rem, 3vw, 1.5rem);
box-sizing: border-box;
text-align: left;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: hidden;
position: relative;
z-index: 2;
}
#sbs-2431 .cs-content:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(3, 7, 17, 0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: 0;
pointer-events: none;
}
#sbs-2431 .cs-content > * {
position: relative;
z-index: 1;
}
#sbs-2431 .cs-topper {
color: var(--secondary);
}
#sbs-2431 .cs-title,
#sbs-2431 .cs-text,
#sbs-2431 .cs-h3,
#sbs-2431 .cs-item-text {
color: var(--bodyTextColorWhite);
}
#sbs-2431 .cs-text {
margin-bottom: 1rem;
}
#sbs-2431 .cs-text:last-of-type {
margin-bottom: 2rem;
}
#sbs-2431 .cs-ul-wrapper {
width: 100%;
max-width: 35.625rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
#sbs-2431 .cs-ul-wrapper .cs-text:last-of-type {
margin-bottom: clamp(3rem, 7vw, 4rem);
}
#sbs-2431 .cs-card-group {
width: 100%;
max-width: 39.375rem;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
#sbs-2431 .cs-item {
list-style: none;
padding: 0 0 clamp(1.5rem, 4vw, 2rem);
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: clamp(1.5rem, 3.3vw, 3rem);
}
#sbs-2431 .cs-item:last-of-type {
margin: 0;
padding: 0;
border: none;
}
#sbs-2431 .cs-icon-wrapper {
width: 4rem;
height: 4rem;
display: flex;
justify-content: center;
align-items: center;
flex: none;
position: relative;
z-index: 1;
}
#sbs-2431 .cs-icon {
width: 2rem;
height: auto;
margin: 0;
display: block;
}
#sbs-2431 .cs-flex {
border-bottom: 1px solid #21252E;
}
#sbs-2431 .cs-h3 {
font-size: 1.25rem;
font-weight: 700;
line-height: 1.2em;
text-align: left;
margin: 0 0 0.5rem 0;
}
#sbs-2431 .cs-item-text {
font-size: 1rem;
line-height: 1.5em;
text-align: left;
margin-bottom: 2rem;
}
#sbs-2431 .cs-button-solid {
font-size: 1rem;
line-height: clamp(2.875em, 5.5vw, 3.5em);
text-decoration: none;
font-weight: 700;
text-align: center;
margin: 0;
color: #fff;
min-width: 9.375rem;
padding: 0 1.5rem;
background-color: var(--primary);
display: inline-block;
position: relative;
z-index: 1;
box-sizing: border-box;
}
#sbs-2431 .cs-button-solid:before {
content: '';
position: absolute;
height: 100%;
width: 0%;
background: #000;
opacity: 1;
top: 0;
left: 0;
z-index: -1;
transition: width 0.3s;
}
#sbs-2431 .cs-button-solid:hover:before {
width: 100%;
}
#sbs-2431 .cs-border {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
#sbs-2431 .cs-border:before {
content: '';
opacity: 1;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
#sbs-2431 .cs-border:after {
content: '';
opacity: 1;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
#sbs-2431 .cs-border1 {
}
#sbs-2431 .cs-border1:before {
width: 100%;
height: 1px;
background: linear-gradient(to right, #88898b 0%, rgba(0, 0, 0, 0) 78%);
}
#sbs-2431 .cs-border1:after {
width: 1px;
height: 100%;
background: linear-gradient(to bottom, #88898b 0%, rgba(0, 0, 0, 0) 78%);
}
#sbs-2431 .cs-border2:before {
width: 100%;
height: 1px;
background: linear-gradient(to right, rgba(0, 0, 0, 0) 22%, #88898b 100%);
top: auto;
bottom: 0;
}
#sbs-2431 .cs-border2:after {
width: 1px;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 22%, #88898b 100%);
left: auto;
right: 0;
}
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
#sbs-2431 .cs-content-group {
width: 100%;
padding-top: clamp(1rem, 4vw, 2rem);
padding-right: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
#sbs-2431 .cs-content {
width: 47vw;
max-width: 30.625rem;
}
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
#sbs-2431 .cs-container {
flex-direction: row;
align-items: stretch;
justify-content: flex-start;
}
#sbs-2431 .cs-content-group {
width: 47vw;
max-width: 32.625rem;
justify-content: flex-end;
}
#sbs-2431 .cs-content {
width: 100%;
max-width: 30.625rem;
padding: 1.5rem;
height: 100%;
justify-content: space-between;
gap: 12.5rem;
}
#sbs-2431 .cs-ul-wrapper {
width: 43vw;
flex: none;
padding: 0;
padding-top: 3rem;
}
}
/* Large Desktop - 1400px */
@media only screen and (min-width: 1400px) {
#sbs-2431 .cs-background {
width: 60vw;
max-width: 55.625rem;
}
}