Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit f797b85

Browse files
authored
Add files via upload
1 parent 26a82c2 commit f797b85

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,3 +504,22 @@ footer {
504504
background: #111;
505505
border-top: 1px solid #222;
506506
}
507+
.brand-logos {
508+
display: flex;
509+
flex-wrap: wrap;
510+
justify-content: center;
511+
gap: 2rem;
512+
padding: 1rem;
513+
}
514+
515+
.brand-logos img {
516+
max-height: 60px;
517+
object-fit: contain;
518+
transition: transform 0.3s ease;
519+
filter: grayscale(20%);
520+
}
521+
522+
.brand-logos img:hover {
523+
transform: scale(1.1);
524+
filter: grayscale(0%);
525+
}

0 commit comments

Comments
 (0)