I’m making a sudoku solver in html/css/js
the layout i’m going for is:
a main container div
.
.
.
end main container div
I’ve gotten this far in zen code
div#container>input:text*81
but if I try to add an id it doesn’t work
div#container>input:text*81#i$
Try this