8 lines
90 B
CSS
8 lines
90 B
CSS
|
.containerImg {
|
||
|
background-color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.containerImg .img {
|
||
|
max-width: 100%;
|
||
|
}
|