7 lines
140 B
SCSS
7 lines
140 B
SCSS
.banner {
|
|
width: 100%;
|
|
height: 300px;
|
|
background: white url("/assets/img/interior.jpg") center 35% no-repeat;
|
|
background-size: cover;
|
|
}
|