added sarabia
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user