From abafa1476bfd39ead85b30eebc1c85aa237d7d61 Mon Sep 17 00:00:00 2001 From: Jorge Marcelo <49494259+Jorge-Marcelo@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:33:13 -0300 Subject: [PATCH] Delete css/parallax.css --- css/parallax.css | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 css/parallax.css diff --git a/css/parallax.css b/css/parallax.css deleted file mode 100644 index 49de38c..0000000 --- a/css/parallax.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -Autor: Jorge Marcelo -Data de Criação: 06/09/2023 -Github: https://github.com/Jorge-Marcelo -Linkedin: https://www.linkedin.com/in/jorge-marcelo-067a5017b/ -Instagram: https://www.instagram.com/10_stronger/ -Threads: https://www.threads.net/@10_stronger -*/ - - -/*Popiedades do backgroud para fazer o parallax*/ -.parallax{ -background: url("../assets/img/parallax/City.png"); -display: flex; -flex-direction: column; -justify-content: center; -height: 100vh !important; -width: 100%; -position: relative; -overflow: hidden; -background-position: 50% 50%; -background-repeat: no-repeat; -background-attachment: fixed; -background-size: cover; --webkit-background-size: cover; --moz-background-size: cover; --o-background-size: cover; -} \ No newline at end of file