-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alex's sponor tiers update v1.0 (#53)
* my changes * deleted the packet changed some of the texts * nearly finished with moving the sponor tiers just swap and crop the image at ~line 81 and we should be good! * Update sponsors.html this will be probably be the final update until I figure out how to get the boxes correct
- Loading branch information
Showing
2 changed files
with
111 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
.box { | ||
border: 2px solid #000; | ||
padding: 20px; | ||
width: 80%; | ||
margin: 0 auto; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
background-color: var(--bg-color); /* Use the CSS variable for background color */ | ||
border-radius: 25px; | ||
} | ||
.box-img { | ||
max-width: 30%; | ||
height: 100px; | ||
width: 100px; | ||
align-items: right; | ||
} | ||
.box-content-with-image { | ||
max-width: 65%; | ||
height: auto; | ||
width: auto; | ||
display: grid; | ||
align-items: center; | ||
|
||
} | ||
.box-content{ | ||
align-items: center; | ||
} | ||
.box-content-super{ | ||
margin: 5%; | ||
width: 90%; | ||
align-self: auto; | ||
} | ||
.header { | ||
font-size: 32px; | ||
font-weight: bold; | ||
margin-bottom: 10px; | ||
text-align: center; /* Center-align the header */ | ||
} | ||
.paragraph { | ||
font-size: 18px; | ||
margin: 8px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters