Apr 5, 2019How to make a website design suitable for different logo shapesAre you working on a website design and don’t know which logo it will be using? Creating website templates for an online marketplace? You want to make sure the design is suitable for different logo shapes. Nothing is more frustrating for clients having a logo that is to small or…CSS4 min readCSS4 min read
Dec 19, 2017Creating a website Hero module with flexbox and the ‘vh’ unitThe hero module is widely used for websites. It usely consists of a large background image and a title. For this example I’ve also added a header with logo and menu button and two buttons for some call to action. With Flexbox and the vh unit you can create a…CSS6 min readCSS6 min read
Jul 18, 2017A CSS Grid Based LayoutSince the cool boys and girls are talking a lot about the new CSS Grid specification lately, it’s time to dig into this subject myself. For me, the best way by learning this, is: 1. choose a real world problem and 2. write about it in a post. …CSS7 min readCSS7 min read
Nov 21, 2016Responsive images with srcset and sizesThese new attributes are available for some time now. However, I didn’t manage to understand it fully. There are great articles explaining this new syntax. But I couldn’t wrap my head around it. …Web Development7 min readWeb Development7 min read