Update main.css
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user