-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed d503055 with MkDocs version: 1.6.0
- Loading branch information
0 parents
commit f149ad3
Showing
133 changed files
with
32,331 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,88 @@ | ||
.products-offers { | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: space-around; | ||
/* Adjust spacing between items */ | ||
} | ||
|
||
.grantor-tile { | ||
border: 1px solid #ddd; | ||
padding: 10px; | ||
margin: 10px; | ||
text-align: center; | ||
width: 40%; | ||
height: 400px; | ||
display: inline-block; | ||
overflow: hidden; | ||
position: relative; | ||
} | ||
|
||
.grantor-tile img { | ||
max-width: 100px; | ||
height: auto; | ||
} | ||
|
||
.grantor-tile h3 { | ||
font-size: 1.2em; | ||
margin: 10px 0; | ||
} | ||
|
||
.grantor-tile p { | ||
font-size: 0.9em; | ||
color: #666; | ||
} | ||
|
||
.grantor-tile .offer { | ||
background-color: #f8f8f8; | ||
padding: 10px; | ||
font-size: 1em; | ||
color: #333; | ||
border-top: 1px solid #ddd; | ||
border-bottom: 1px solid #ddd; | ||
position: absolute; | ||
bottom: 40px; | ||
left: 0; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
|
||
.grantor-tile .see-more { | ||
background-color: #f8f8f8; | ||
padding: 10px; | ||
text-align: center; | ||
border-top: 1px solid #ddd; | ||
position: absolute; | ||
bottom: 0; | ||
left: 0; | ||
width: 100%; | ||
} | ||
|
||
.grantor-tile .see-more a { | ||
text-decoration: none; | ||
color: #007bff; | ||
font-weight: bold; | ||
} | ||
|
||
.heart { | ||
color: red; | ||
margin-right: 5px; | ||
font-size: 1.2em; | ||
animation: heart 1000ms infinite; | ||
display: inline-block; | ||
vertical-align: middle; | ||
} | ||
|
||
@keyframes heart { | ||
|
||
0%, | ||
40%, | ||
80%, | ||
100% { | ||
transform: scale(1); | ||
} | ||
|
||
20%, | ||
60% { | ||
transform: scale(1.15); | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.