<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(GianmarioFiorin/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(GianmarioFiorin/b.jpg);
  background-repeat: no-repeat;
    background-size:contain;
    background-color:rgb(233, 233, 242);
}

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

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

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