Skip to content

Commit

Permalink
slight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtual4087 committed Oct 13, 2023
1 parent 31b7b2c commit 36ed329
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 7 deletions.
Binary file removed images/For_Website/Background.jpg
Binary file not shown.
Binary file removed images/For_Website/Donate.jpg
Binary file not shown.
Binary file removed images/For_Website/Event_background.jpg
Binary file not shown.
Binary file removed images/For_Website/Owner_background.jpg
Binary file not shown.
Binary file removed images/For_Website/Social_media_icons (2).zip
Binary file not shown.
Binary file removed images/For_Website/background(2).jpg
Binary file not shown.
Binary file removed images/For_Website/desktop-1920x1080.jpg
Binary file not shown.
Binary file not shown.
13 changes: 6 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit 36ed329

Please sign in to comment.