How to Create a Sticky Footer in CSS

The purpose of a sticky footer is that it “sticks” to the bottom of the browser window. But not always, if there is enough content on the page to push the footer lower, it still does that. But if the content on the page is short, a sticky footer will still hang to the bottom… Continue reading How to Create a Sticky Footer in CSS

The Guide to CSS Flexbox

CSS Flexbox

CSS flexbox is a one-dimensional layout pattern that makes it easy to design flexible and effective layouts. With flexbox, we can organize items from left to right, top to bottom, and at the same time control the spacing and order of the items in the container. Flexbox can replace floats, positioning tricks, inline-block layouts and… Continue reading The Guide to CSS Flexbox

Exit mobile version