Sudoku review #1
@ -26,6 +26,14 @@
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
|
||||
/* Disable borders at the edges */
|
||||
&:nth-child(9n) {
|
||||
border-right: none;
|
||||
}
|
||||
&:nth-last-child(-n + 9) {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Cross bars */
|
||||
&:nth-child(3n):not(:nth-child(9n)) {
|
||||
border-right-color: black;
|
||||
|
Loading…
Reference in New Issue
Block a user