Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Bugs #7

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
21 changes: 15 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ input#search {
.navright {
padding-right: 20px;
display: flex;
gap: 20px;
gap: 50px;
align-items: center;
}

Expand Down Expand Up @@ -240,10 +240,10 @@ input#search {
list-style-type: none;
}
.bodymissiontext ul li {
margin-bottom: 5px;
margin-bottom: 10px;
text-align: left;
font-family: roboto;
font-size: 16px;
font-size: 15px;
margin-left: 20px;
margin-right: 20px;
}
Expand All @@ -263,17 +263,21 @@ input#search {
}
.volunteer {
background-image: url("/images/home/bodybottom.png");
background-color: #000;
background-repeat: no-repeat;
background-size: cover;
background-position: 0%;

display: flex;
color: #fff;
padding: 40px 0px 40px 0px;
align-items: center;
}
.volunteer {
text-align: left;
font-family: mediamoure;
}
.volunteerleft h1 {
font-size: 120px;
font-size: 100px;
}
.volunteerside {
font-size: 28px;
Expand All @@ -283,6 +287,9 @@ input#search {
font-size: 18px;
font-weight: 400;
}
.volunteerleft {
width: 40%;
}
.volunteerleft,
.volunteerright {
display: flex;
Expand Down Expand Up @@ -518,6 +525,9 @@ input[type="radio"]:checked {
.volunteerleft h1 {
font-size: 60px;
}
.volunteerleft {
width: 100%;
}
.donation {
flex-direction: column;
}
Expand All @@ -543,7 +553,6 @@ input[type="radio"]:checked {
justify-content: center;
}
}

@media screen and (min-width: 1400px) {
.bodymissiontext ul li {
font-size: 22px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1>Donation</h1>
<input type="text" placeholder="Name On Card" class="inputfull" />
<input type="number" placeholder="Card Number" class="inputfull" />
<input
type="month"
type="text"
placeholder="Expiration date (MM/YY)"
class="inputhalf"
/>
Expand Down