getting closer

This commit is contained in:
izzy2lost
2025-11-18 03:09:44 -05:00
parent dd0a617489
commit 5f378e00ec
9 changed files with 80 additions and 7 deletions
+25
View File
@@ -295,6 +295,31 @@ body {
background: rgba(255, 255, 255, 0.1);
}
/* Badge Buttons */
.btn-badge {
display: inline-block;
margin: 5px;
transition: all 0.3s ease;
}
.btn-badge img {
height: 50px;
width: auto;
display: block;
}
.btn-badge:hover {
transform: scale(1.05);
filter: brightness(1.1);
}
/* GitHub Logo Button */
.btn-badge.github-logo img {
height: 26px;
width: auto;
display: block;
}
/* Project Detail Pages */
.project-page {
max-width: 600px;