17 lines
217 B
CSS
17 lines
217 B
CSS
|
.txtslider {
|
||
|
margin: 0 auto;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
text-align: center;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.txtslider ul {
|
||
|
width: 100%;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.txtslider ul li {
|
||
|
width: 100%;
|
||
|
display: none;
|
||
|
}
|