27 lines
657 B
SCSS
27 lines
657 B
SCSS
@use "about/base";
|
|
@use "about/section1";
|
|
|
|
.section2 {
|
|
&::before {
|
|
background-image: url('https://wallpapers.com/images/hd/integral-project-management-cover-erpo8ef1af3wuquu.jpg');
|
|
}
|
|
}
|
|
|
|
.section3 {
|
|
&::before {
|
|
background-image: url('https://visme.co/blog/wp-content/uploads/2017/07/50-Beautiful-and-Minimalist-Presentation-Backgrounds-013.jpg');
|
|
}
|
|
}
|
|
|
|
.section4 {
|
|
&::before {
|
|
background-image: url('https://www.elegantthemes.com/blog/wp-content/uploads/2013/09/bg-1-full.jpg');
|
|
}
|
|
}
|
|
|
|
.section5 {
|
|
&::before {
|
|
background-image: url('https://wallpapers.com/images/hd/professional-zoom-background-3h69jq8rrky7f3tj.jpg');
|
|
}
|
|
}
|