Skip to content

Commit 645882a

Browse files
committed
add startup-fame badge
1 parent af16553 commit 645882a

File tree

2 files changed

+519
-791
lines changed

2 files changed

+519
-791
lines changed

index.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,25 @@ h1 {
739739
display: block; /* Ensure it takes full width for centering */
740740
}
741741

742+
/* --- Corner Badges --- */
743+
#startup-fame-badge-container {
744+
position: fixed;
745+
bottom: 18px;
746+
left: 18px;
747+
z-index: 1000; /* Ensure it's above most content but potentially below modals */
748+
transition: transform 0.2s ease-in-out;
749+
}
750+
751+
#startup-fame-badge-container:hover {
752+
transform: scale(1.05);
753+
}
754+
755+
#startup-fame-badge-container img {
756+
display: block; /* remove any extra space below the image */
757+
width: 171px;
758+
height: 54px;
759+
}
760+
742761
/* --- Media Queries for Responsiveness --- */
743762
@media screen and (max-width: 768px) {
744763
h1 {

0 commit comments

Comments
 (0)