From 15c4a57d0431ae3be5e472fa53738c720a9bb17c Mon Sep 17 00:00:00 2001 From: ef Date: Thu, 5 Mar 2020 18:26:30 +0100 Subject: [PATCH] parallax css --- parallax.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 parallax.css 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