17 lines
217 B
CSS
Executable File
17 lines
217 B
CSS
Executable File
.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;
|
|
} |