Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e16a0d

Browse files
committed
fix background-attachment
1 parent 66ed54e commit 0e16a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

21 - Geolocation/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="speed">
3232
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
3333
background-color:#282828;
3434
background-size:16px 16px;
35-
background-position: fixed;
35+
background-attachment: fixed;
3636
}
3737

3838
.arrow {

21 - Geolocation/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="speed">
3232
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
3333
background-color:#282828;
3434
background-size:16px 16px;
35-
background-position: fixed;
35+
background-attachment: fixed;
3636
}
3737

3838
.arrow {

0 commit comments

Comments
 (0)