Live data from Hacker News

CSS Diner

flukeout.github.io

31–40 of 121 posts

Re: CSS Diner

#31
post #27

Quite fun. I was typing in the correct answer for the first puzzle, but with a "{ }" at the end and it marked me incorrect. Maybe pop up a warning to tell the user not to type braces?

There's an opening brace on the next line that could probably be more obvious.

Re: CSS Diner

#33
This is amazing, literally the best way I've ever seen for teaching about CSS selectors. I'm very grateful you made this open source so more levels and features can be added.

Re: CSS Diner

#34
This is great. Although, at first I thought it was one of those codepen CSS creations.

For # 16, I tried the following which did not work:

  pickle:only-child, apple:only-child
However, this worked:

  apple:only-child, pickle:only-child

Re: CSS Diner

#35
Cool, but it's definitely got some issues. For example, this failed:

  orange:last-of-type, apple:last-of-type
while this worked:

  apple:last-of-type, orange:last-of-type

Re: CSS Diner

#37
This is really useful and fun to use. At first I din understand how to solve the problem, then realized the plate is related to the puzzle. Great work!

Re: CSS Diner

#40
I can always tell when a designer is working on a large screen, this feels very awkward on my 13 inch laptop. There is just a little too much vertical height. I keep wanting to scroll to see the whole thing. Very nice idea though, well done!
Post reply on HN