-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add parallax functionality to spacer
- Loading branch information
1 parent
44d54a5
commit 50ec73e
Showing
11 changed files
with
71 additions
and
41 deletions.
There are no files selected for viewing
Binary file modified
BIN
+759 Bytes
(110%)
assets/.sass-cache/458a88471b7b2ee36ac0bdca6c07a08fe1279dec/_about.scssc
Binary file not shown.
Binary file modified
BIN
+1.03 KB
(120%)
assets/.sass-cache/458a88471b7b2ee36ac0bdca6c07a08fe1279dec/_hero.scssc
Binary file not shown.
Binary file modified
BIN
-881 Bytes
(73%)
assets/.sass-cache/458a88471b7b2ee36ac0bdca6c07a08fe1279dec/_spacer.scssc
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
.container--about { | ||
z-index: 5; | ||
position: relative; | ||
top: -200px; | ||
h1, h5 { | ||
color: $teal; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
.container--spacer { | ||
background: url("../imgs/middle2.png"); | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
background-position: right; | ||
height: 60vh; | ||
width: 100%; | ||
margin: 3em 0; | ||
// .container--spacer { | ||
// background: url("../imgs/header3.png"); | ||
// background-size: cover; | ||
// background-repeat: no-repeat; | ||
// background-position: right; | ||
// height: 100vh; | ||
// width: 100%; | ||
// // margin: 3em 0; | ||
// position: relative; | ||
// top: -200px; | ||
// z-index: 1; | ||
// } | ||
|
||
.parallax-container { | ||
.parallax { | ||
height: 400px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters