Is it possible to style a children element so that it’s wider than the parent? It’s actually pretty simple and can be accomplished by using CSS only. Read More
Wordpress theme from scratch with Timber 2 - Enqueuing styles
How to enqueue stylesheets on a per-template basis with Timber for Wordpress Read More
Modern CSS development environment with SASS and PostCSS
This post shows how to setup the backend software necessary to develop a stylesheet from scratch with SASS and PostCSS. Read More
Wordpress theme from scratch with Timber 2 - Single post
Create a single post layout for a Wordpress Timber 2 theme Read More
Wordpress theme from scratch with Timber 2 - Header and Footer
How to add a very basic header and footer to a Wordpress-Timber blog
Read MoreWordpress theme from scratch with Timber 2 - The loop
In this post we are going to write the code to show the post loop in the home page of our Wordpress blog.
Read MoreWordpress theme from scratch with Timber 2 - Backend
This post illustrates the backend setup for the development of a Wordpress theme made with Timber.
Read MoreGrid layout for dynamic content
grid is the newest display property available in CSS (still a candidate reccomendation but widely supported), allowing to create complex layouts Read More
Custom icon font with @font-face
Sometimes loading a full icon font like FontAwesome may not be the optimal solution for various reasons:, Read More
Reference typography for on screen reading
This is the list of font-sizes that I currently use for the recurring elements like headers, lists, etc. of websites.
Read More