Please, I need to know what CSS architecture does ASP.NET Maker use, Flexbox or CSS Grid?
This is something very important that I need to know, since I am waiting for the 2025 version to acquire it and I need to make changes to the Forms that the auto-generated application offers me.
ASP.NET Maker uses Bootstrap Grid system, read Bootstrap’s docs on CSS Grid:
Bootstrap’s default grid system represents the culmination of over a decade of CSS layout techniques, tried and tested by millions of people. But, it was also created without many of the modern CSS features and techniques we’re seeing in browsers like the new CSS Grid.