blob: 4f5cb8d7570248120261eb4c8cf82b529b0f472f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
/* Experimental color scheme */
.view {
width: 80%;
margin: 2rem auto; }
.view {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center; }
.tile {
width: 5rem;
height: 5rem;
border: 1px dashed #000000;
margin: 1rem; }
|