Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix background-attachment
  • Loading branch information
apopitich committed Feb 13, 2017
commit 0e16a0d01121b87e09a7b3d564c6e3f07cb9d851
2 changes: 1 addition & 1 deletion 21 - Geolocation/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="speed">
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
background-position: fixed;
background-attachment: fixed;
}

.arrow {
Expand Down
2 changes: 1 addition & 1 deletion 21 - Geolocation/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="speed">
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
background-position: fixed;
background-attachment: fixed;
}

.arrow {
Expand Down