Skip to content

Commit 4f3ba52

Browse files
committed
background-image
1 parent 76c57a5 commit 4f3ba52

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

_sass/_base.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
* Styles for the base elements of the theme.
33
******************************************************************************/
44

5+
body::before {
6+
content: "";
7+
position: fixed;
8+
top: 0;
9+
left: 0;
10+
width: 100%;
11+
height: 100%;
12+
background: url('/assets/img/back.png') no-repeat center center fixed;
13+
background-size: cover;
14+
opacity: 0.1; /* Adjust this value */
15+
z-index: -1;
16+
}
17+
18+
519
// Typography
620

721
p,

assets/img/GaleriYah.png

-593 KB
Loading

assets/img/back.png

1.93 MB
Loading

0 commit comments

Comments
 (0)