Carrés accueil, GE-Data

This commit is contained in:
Pascal Engélibert
2023-05-04 12:31:51 +02:00
parent e34f2e8644
commit 0507e00062
4 changed files with 32 additions and 13 deletions

View File

@ -1,3 +1,5 @@
@import "defs";
.square_boxes {
display: flex;
flex: 62%;
@ -6,9 +8,16 @@
gap: 32px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.square_box {
width: 128px;
height: 128px;
width: 256px;
height: 256px;
background: linear-gradient(-0.125turn, $blue, $violet);
}
.square_box-title {
font-family: Neucha;
font-size: 175%;
}