diff --git a/parallax.css b/parallax.css new file mode 100644 index 0000000..5fc4fbb --- /dev/null +++ b/parallax.css @@ -0,0 +1,8 @@ +.parallax{ + height: 600px; + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + background-position: 100% auto; + position:relative; +} \ No newline at end of file