8 lines
121 B
SCSS
8 lines
121 B
SCSS
.margin {
|
|
margin: 15px;
|
|
}
|
|
|
|
.header-bg {
|
|
background-image: url("../img/header.jpg");
|
|
background-position: center;
|
|
}
|