10 lines
141 B
CSS
10 lines
141 B
CSS
|
|
.roll-box {
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.roll-box .roll-el {
|
||
|
|
transition: transform 1s linear;
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|