12 lines
123 B
CSS
12 lines
123 B
CSS
div .carrusel{
|
|
background: #000;
|
|
}
|
|
|
|
.imag{
|
|
width: 100%;
|
|
height: 500px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
}
|