diff --git a/images/For_Website/Background.jpg b/images/For_Website/Background.jpg deleted file mode 100644 index 6f8823c..0000000 Binary files a/images/For_Website/Background.jpg and /dev/null differ diff --git a/images/For_Website/Donate.jpg b/images/For_Website/Donate.jpg deleted file mode 100644 index 47be6d8..0000000 Binary files a/images/For_Website/Donate.jpg and /dev/null differ diff --git a/images/For_Website/Event_background.jpg b/images/For_Website/Event_background.jpg deleted file mode 100644 index b195fe2..0000000 Binary files a/images/For_Website/Event_background.jpg and /dev/null differ diff --git a/images/For_Website/Owner_background.jpg b/images/For_Website/Owner_background.jpg deleted file mode 100644 index c192b61..0000000 Binary files a/images/For_Website/Owner_background.jpg and /dev/null differ diff --git a/images/For_Website/Social_media_icons (2).zip b/images/For_Website/Social_media_icons (2).zip deleted file mode 100644 index c7e6a31..0000000 Binary files a/images/For_Website/Social_media_icons (2).zip and /dev/null differ diff --git a/images/For_Website/background(2).jpg b/images/For_Website/background(2).jpg deleted file mode 100644 index 7327606..0000000 Binary files a/images/For_Website/background(2).jpg and /dev/null differ diff --git a/images/For_Website/desktop-1920x1080.jpg b/images/For_Website/desktop-1920x1080.jpg deleted file mode 100644 index a18d65d..0000000 Binary files a/images/For_Website/desktop-1920x1080.jpg and /dev/null differ diff --git a/images/For_Website/pexels-akil-mazumder-5550910.jpg b/images/For_Website/pexels-akil-mazumder-5550910.jpg deleted file mode 100644 index 084dc09..0000000 Binary files a/images/For_Website/pexels-akil-mazumder-5550910.jpg and /dev/null differ diff --git a/style.css b/style.css index fd4e82f..e0d9da6 100644 --- a/style.css +++ b/style.css @@ -30,7 +30,7 @@ html{ top: 0; bottom: 0; height: 100vh; - background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(29, 29, 29, 0.6)), url("../images/For_Website/child-hands-holding-caring-young-green-plant.jpg"); + background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(29, 29, 29, 0.6)), url("images/For_Website/child-hands-holding-caring-young-green-plant.jpg"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; @@ -264,7 +264,7 @@ nav .nav_buttons{ .events{ height: 60vh; - background-image: linear-gradient(rgba(0, 0, 0, 0.55),rgba(0, 0, 0, 0.55)), url(../images/For_Website/Event.jpg); + background-image: linear-gradient(rgba(0, 0, 0, 0.55),rgba(0, 0, 0, 0.55)), url(images/For_Website/Event.jpg); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; @@ -396,17 +396,17 @@ nav .nav_buttons{ } .get_involved #_1{ - background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("../images/For_Website/Individual.jpg"); + background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("images/For_Website/Individual.jpg"); background-size: cover; } .get_involved #_2{ - background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("../images/For_Website/Businesses.jpg"); + background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("images/For_Website/Businesses.jpg"); background-size: cover; } .get_involved #_3{ - background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("../images/For_Website/School.jpg"); + background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("images/For_Website/School.jpg"); background-size: cover; } @@ -489,12 +489,11 @@ nav .nav_buttons{ color: rgb(160, 160, 160); font-size: 15px; position: relative; - transition: 0.5s; + transition: 0.2s; } .links a:hover{ color: rgb(255, 255, 255); - transform: scale(1.03); } .links .column{