Designing Anki cards using CSS Grid and CSS Flexbox?

Hi!

Has anyone experience with designing Anki cards using CSS grid and/or CSS Flexbox?

If so, does it work? Is it worth looking into CSS grid and/or flexbox?

Has anyone come across a shared deck using CSS grid or CSS Flexbox?

Thank you!

I used both gridbox and flexbox in the past, in a special case where it was needed to encode information. Very simple layouts though, nothing magical! Otherwise, I strongly advice against spending too much time on CSS :slight_smile:

If you really need to: start small, try if it works.

Hi p4nix, thank you for your input!