Skip to content

Commit 6716703

Browse files
committed
fix: bg imgs
1 parent 3843362 commit 6716703

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

082-parallax landing page/style.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ ul {
6969
.section-top {
7070
min-height: 200px;
7171
padding-top: 20px;
72-
background: url("https://i.ibb.co/PhVR2Vh/bg1.png") no-repeat center
73-
center/cover;
72+
background: url("https://i.ibb.co/QP92Bzb/bg1.png") no-repeat center
73+
bottom/cover;
7474
}
7575

7676
.section-top .content {
@@ -79,6 +79,8 @@ ul {
7979

8080
.section-top .content h1 {
8181
font-size: 45px;
82+
text-shadow: -1px -1px 0 var(--primary-color), 1px -1px 0 var(--primary-color),
83+
-1px 1px 0 var(--primary-color), 1px 1px 0 var(--primary-color);
8284
}
8385

8486
.section-top .content,
@@ -90,8 +92,7 @@ ul {
9092

9193
.section-stream {
9294
min-height: 400px;
93-
background: url("https://i.ibb.co/bsX6RV0/bg2.png") no-repeat center
94-
center/cover;
95+
background: url("https://i.ibb.co/r4B4MtV/bg2.png") no-repeat center top/cover;
9596
}
9697

9798
.section-stream h2 {

0 commit comments

Comments
 (0)