Skip to content

Commit 1fe1ac7

Browse files
committed
Theme Sambreville - Homepage
1 parent f5ab48f commit 1fe1ac7

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed
-18.5 KB
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

sambreville/src/scss/homepage.scss

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,33 @@
6262
font-weight: 300;
6363
font-size: 64px;
6464
}
65+
66+
body {
67+
position: relative;
68+
}
69+
70+
body::after {
71+
background: url("../../assets/svg/visu-fond.svg");
72+
background-repeat: no-repeat;
73+
background-size: cover;
74+
content: "";
75+
display: block;
76+
position: absolute;
77+
left: 0;
78+
top: 0;
79+
width: 50%;
80+
z-index: -2;
81+
bottom: 0;
82+
}
83+
84+
.section-title {
85+
position: relative;
86+
}
87+
88+
.section-title::after {
89+
position: absolute;
90+
top: -20px;
91+
bottom: 0;
92+
left: -100px;
93+
transform: none;
94+
}

0 commit comments

Comments
 (0)