9 lines
127 B
CSS
9 lines
127 B
CSS
body
|
|
{
|
|
background-image:url('backImg.jpg');
|
|
}
|
|
#owl-demo .item img{
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
} |