How To Do The Holy Grail Layout With CSS-Grid
I already gave an introduction to what the Holy Grail layout actually is in my previous post. So in this post we’re mainly going to focus on building the exact same thing, only this time with CSS-Grids. But first, a little introduction to CSS-Grids:
What are CSS-Grids?
The CSS-Grid-Layout is a fairly new layout system in CSS. It wasn’t supported without vendor prefixes October of 2017. Unlike Flexbox, which is a 1-dimensional layout system (you can work with column or row direction), CSS-Grid works in 2 dimensions at the same time and is therefore much more powerful.
How To Create Your Own HTTPS-Certificate With Let's Encrypt
Making your website secure has been one of the major tasks in web developement since… ever. And it’s only gotten more relevant over time.
Google has even begun tagging http-Sites as “Not secure” as of July 2018. And for good reason: encrypting traffic to and from your site using SSL is one big step towards a more secure web.