We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80290c commit 79bfe56Copy full SHA for 79bfe56
README.md
@@ -43,19 +43,12 @@
43
}
44
45
.grid-cell {
46
- display: flex;
47
- flex-direction: column;
48
-
49
border-top: 1px solid #000000;
50
border-left: 1px solid #000000;
51
52
width: 15px;
53
height: 15px;
54
55
56
-.grid-cell:last-child {
57
- border-right: 1px solid #000000;
58
-}
59
~~~~~~~~
60
61
- generating a grid and displaying it
src/App.css
@@ -10,20 +10,13 @@
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.grid-cell-border {
28
background-color: #000000;
29
0 commit comments