It's unfortunate this game uses tailwind CSS. It reminds me of these games which I always recommend to anyone new to web development: https://flexboxfroggy.com/ https://flukeout.github.io/...
It's unfortunate this game uses tailwind CSS.
It reminds me of these games which I always recommend to anyone new to web development:
I like this one even more than the one I posted yesterday. It's simpler but the lessons build more naturally one after the other. However, one grievance is that it uses Tailwind syntax instead of...
I like this one even more than the one I posted yesterday. It's simpler but the lessons build more naturally one after the other. However, one grievance is that it uses Tailwind syntax instead of normal CSS syntax.
Once you get to Dungeon 9 the color of the knights matter so you might need to do something like justify-center flex-col-reverse items-end for example
It's unfortunate this game uses tailwind CSS.
It reminds me of these games which I always recommend to anyone new to web development:
I like this one even more than the one I posted yesterday. It's simpler but the lessons build more naturally one after the other. However, one grievance is that it uses Tailwind syntax instead of normal CSS syntax.
Once you get to Dungeon 9 the color of the knights matter so you might need to do something like
justify-center flex-col-reverse items-end
for example