Update main.css

This commit is contained in:
Cobalt-60
2023-09-26 13:03:16 -04:00
committed by GitHub
parent 8548ab628c
commit 92b65dfbe2
-28
View File
@@ -1042,31 +1042,3 @@ input:checked+.slider:before {
/* Define styles for the image container */
.image-container {
position: relative;
width: 300px;
height: 200px;
overflow: hidden;
}
/* Define styles for the images */
.image {
position: absolute;
width: 100%;
height: 100%;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.current {
opacity: 1;
}
.next {
opacity: 0;
transform: translateX(100%);
}