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