Skip to content

Commit 79bfe56

Browse files
committed
remove unused css
1 parent b80290c commit 79bfe56

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,12 @@
4343
}
4444
4545
.grid-cell {
46-
display: flex;
47-
flex-direction: column;
48-
4946
border-top: 1px solid #000000;
5047
border-left: 1px solid #000000;
5148
5249
width: 15px;
5350
height: 15px;
5451
}
55-
56-
.grid-cell:last-child {
57-
border-right: 1px solid #000000;
58-
}
5952
~~~~~~~~
6053

6154
- generating a grid and displaying it

src/App.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,13 @@
1010
}
1111

1212
.grid-cell {
13-
display: flex;
14-
flex-direction: column;
15-
1613
border-top: 1px solid #000000;
1714
border-left: 1px solid #000000;
1815

1916
width: 15px;
2017
height: 15px;
2118
}
2219

23-
.grid-cell:last-child {
24-
border-right: 1px solid #000000;
25-
}
26-
2720
.grid-cell-border {
2821
background-color: #000000;
2922
}

0 commit comments

Comments
 (0)