diff --git a/img/fire.jpg b/img/fire.jpg new file mode 100644 index 0000000..9ff8cc1 Binary files /dev/null and b/img/fire.jpg differ diff --git a/index.html b/index.html index 30103c0..b7defe6 100644 --- a/index.html +++ b/index.html @@ -12,28 +12,31 @@ margin: 0; } - .red { - background-image: url(img/flood.jpg); + .paralax { background-size: cover; background-attachment: fixed; - background-color: indianred; height: 100vh; } + .red { + background-image: url(img/flood.jpg); + } + .blue { background-color: cornflowerblue; height: 100vh; } + + .green { + background-image: url(img/fire.jpg); + }
-