added sarabia

This commit is contained in:
2026-02-13 17:47:39 -06:00
parent d313b7f2d0
commit a286b6bc32
3 changed files with 14 additions and 14 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

+13 -13
View File
@@ -1,19 +1,19 @@
.mainContainer {
height: 100%;
width: 100%;
display: grid;
position: relative;
place-items: center;
height: 100%;
width: 100%;
display: grid;
position: relative;
place-items: center;
}
.container {
display: flex;
flex-direction: column;
gap: 4rem;
align-items: end;
justify-content: center;
align-items: center;
width: 100%;
display: flex;
gap: 6rem;
align-items: end;
justify-content: center;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.imageWrapper {
@@ -69,7 +69,7 @@
.card:hover .title {
transform: translateY(-5px);
color: #163172;
color: #163172;
}
@keyframes fadeIn {
+1 -1
View File
@@ -5,9 +5,9 @@ export default function Page() {
return (
<div className="mainContainer">
<div className="container">
<div className="img"></div>
<CreatorCard title="IO" img="/IO.png" width={150} height={200} />
<CreatorCard title="Sarabia" img="/SARABIA.jpeg" width={150} height={150} />
<CreatorCard title="CarloSpak" img="/SPAK.png" width={160} height={100} />
</div>