We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ab48f commit 1fe1ac7Copy full SHA for 1fe1ac7
sambreville/assets/svg/placeholder.jpg
-18.5 KB
sambreville/assets/svg/visu-fond.svg
sambreville/assets/svg/visu-sambreville.svg
sambreville/src/scss/homepage.scss
@@ -62,3 +62,33 @@
62
font-weight: 300;
63
font-size: 64px;
64
}
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
86
87
88
+.section-title::after {
89
90
+ top: -20px;
91
92
+ left: -100px;
93
+ transform: none;
94
0 commit comments