Search posts, tags, users, and pages
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day ๐
Ever wanted to have a footer that's stuck to the bottom, but will push down if the content is bigger? To demonstrate I've created this image. What this illustrates is the following: left: Green box is the viewport, yellow is the content which is ve...
Braydon Coyer
Sr Front End Developer, DOM Artist. https://braydoncoyer.dev/
Good stuff! My initial thought was to go the flexbox route, but the grid option seems super clean too!
Yeah, so the unofficial rule is to use grid for layout parts and flex for everything inside the layouts.
So the grid would actually be best for placing the footer layout.
Braydon Coyer
Sr Front End Developer, DOM Artist. https://braydoncoyer.dev/
Good stuff! My initial thought was to go the flexbox route, but the grid option seems super clean too!