6 lines
182 B
CSS
6 lines
182 B
CSS
.banner {
|
|
background-image: url(../assets/images/Hero-Shape-Background.png);
|
|
background-position: center left;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
} |