Testing grid layout again

This commit is contained in:
bingus_violet 2024-10-17 00:45:30 -05:00
parent f206c666b8
commit 5a45de7f2a
2 changed files with 19 additions and 14 deletions

View file

@ -31,13 +31,17 @@ body {
}
.linkContainer {
display: flex;
flex-wrap: wrap;
max-width: 385px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
max-width: 500px;
margin: auto;
justify-content: center;
}
.linkContainer > .chip {
font-size: 1.5rem;
}
.animatedTitle {
animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
/* animation-delay: 1s; */