0

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$

Bilbo Baggins
  • 3,644
  • 8
  • 40
  • 64

1 Answers1

1

Try this

div#container>input:text#$*81
Zoltan Toth
  • 46,981
  • 12
  • 120
  • 134