<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url("slider-gsap-virsion-02/css/style.css");
.slider ul li:first-of-type {
  background-image:url(MassimilianoContro/a.jpg);
  background-repeat: no-repeat;
    background-size:contain;
    background-color:rgb(233, 233, 242);
}

.slider ul li:nth-of-type(2) {
  background-image:url(MassimilianoContro/b.jpg);
  background-repeat: no-repeat;
    background-size:contain;
    background-color:rgb(233, 233, 242);
}


.slider ul li:last-of-type {
  background-image: url(MassimilianoContro/c.jpg);
  background-repeat: no-repeat;
    background-size:contain;
    background-color:rgb(233, 233, 242);
}</pre></body></html>