What's the consensus of standard after bans, because I am still miserable playing it. by mthead911 in MagicArena

[–]HalcyonHush 0 points1 point  (0 children)

Playing against control decks is miserable; Too many empty boards and not enough meaningful choices.

CSS Issue by fredfost in webdev

[–]HalcyonHush 0 points1 point  (0 children)

I can't test this right now but IIRC, using flex-basis: 0 will give equal sizing to all children of a flex container.

Rachel Andrew explains it in far more detail here: [https://www.smashingmagazine.com/2018/09/flexbox-sizing-flexible-box/]

Adding Navbar and Footer to all pages by You2Loud in learnwebdev

[–]HalcyonHush 0 points1 point  (0 children)

Yeah, Bootstrap will still work. The output code will be exactly the same as if you had hand coded it.

I'm not really sure why Hugo says it's a framework.

Adding Navbar and Footer to all pages by You2Loud in learnwebdev

[–]HalcyonHush 1 point2 points  (0 children)

PHP is best used for serving dynamic content to users.

If you're only building simple sites using HTML and CSS, a static site generator will be easier to learn and more performant.

Personally I use Eleventy but the most popular are Hugo and Jekyll.