figured out how to use gaps in flexbox items o:

This commit is contained in:
printed 2022-09-10 00:43:36 +02:00
parent 6d70ce7ef2
commit 44ff07f4e5

View file

@ -22,6 +22,7 @@ body {
max-width: 800px;
background-color: #cece42;
flex: auto;
gap: 20px;
}
#poopy {
@ -32,7 +33,7 @@ body {
min-height: 50px;
min-width: 10px;
max-width: 100px;
background-color: gray;
background-color: plum;
}
#linooks {