plein de trucs

This commit is contained in:
Pascal Engélibert 2023-04-29 00:28:54 +02:00
commit e34f2e8644
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
15 changed files with 84 additions and 18 deletions

14
sass/css/square_box.scss Normal file
View file

@ -0,0 +1,14 @@
.square_boxes {
display: flex;
flex: 62%;
text-align: center;
font-family: LunaSans;
gap: 32px;
align-items: center;
justify-content: center;
}
.square_box {
width: 128px;
height: 128px;
}