Caroussel

This commit is contained in:
Pascal Engélibert
2023-05-18 18:35:28 +02:00
parent d18ea59651
commit e15fb0045e
35 changed files with 226 additions and 8 deletions

View File

@ -12,8 +12,9 @@
}
.square_box {
width: 256px;
height: 256px;
width: 200px;
min-height: 200px;
padding: 8px;
background: linear-gradient(-0.125turn, $blue, $violet);
}