]> Git — Sourcephile - haskell/mpms.git/blob - mpms.css
init
[haskell/mpms.git] / mpms.css
1 .squares-by-combin {
2 display: flex;
3 flex-flow: row;
4 flex-wrap: wrap;
5 }
6 .squares {
7 display: flex;
8 flex-flow: row;
9 flex-wrap: wrap;
10 justify-content: space-between;
11 }
12 .square {
13 margin-left: 1ex;
14 margin-right: 1ex;
15 margin-bottom: 1ex;
16 margin-top: 1ex;
17 font-family: monospace;
18 display: grid;
19 gap: 3px;
20 grid-template-columns: repeat(4, 1fr);
21 //justify-items: center;
22 justify-self: center;
23 font-size: 18pt;
24 //border: 3px solid black;
25 }
26 .square-row {
27 /*grid-template-columns: repeat(4, 1em);*/
28 }
29 .square-num {
30 display:flex;
31 justify-content: center;
32 outline: 3px solid #666;
33 padding:1ex 1ex;
34 }
35 .num-path {
36 background-color:red;
37 }