16 lines
197 B
CSS
16 lines
197 B
CSS
div .carrusel{
|
|
background: #000;
|
|
width: 90%;
|
|
height: 400px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.imag{
|
|
width: 100%;
|
|
height: 400px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
}
|