I started learning HTML and CSS during the starting days of HTML4 and stopped before HTML5. Which means there's a LOT of new shit I am learning almost every day I work on this site trying to get caught up.
All this to say I just learned about grid-template-areas. What the fuuuuuuuuuuck I've been doing so much shit on hard mode this whole time it's such an elegant solution dammit
grid-template are GOATED!!! you can adjust height and width in one line as well -> grid-template: "🐈🐈"500px (height of 🐈row) "🐟🦆"800px (height of 🐟and 🦆row) "🐕 🐕" 200px (height of 🐕 row) /30% 1fr (width of the columns)
who needs grid templates when you can agonizingly align each div by pixels and absolute values? (this is not about me and is purely hypothetical I wouldn't do that I swear)
grid-template are GOATED!!! you can adjust height and width in one line as well -> grid-template: "🐈🐈"500px (height of 🐈row) "🐟🦆"800px (height of 🐟and 🦆row) "🐕 🐕" 200px (height of 🐕 row) /30% 1fr (width of the columns)
who needs grid templates when you can agonizingly align each div by pixels and absolute values? (this is not about me and is purely hypothetical I wouldn't do that I swear)
grid templates my beloved 🥰
grid? I just position absolute and go like left: calc(48ch + 88px) and stuff gets aligned perfectly lol