facebook
CSS Grid: Best Practices

CSS Grid: Best Practices

In previous examples, we have seen how to build layouts using as reference numeric values assigned to lines. Now we will explore some Best Practices that help us to simplify our job.The first method is to define names to assign to columns templates and eventually to...
Our first layout with CSS Grid

Our first layout with CSS Grid

In the previous article, we have seen how to create a grid using two simple properties. In the next examples, we will put into practice the high potentiality of CSS Grid.Using the Firefox development tool, we analyze the “behind the scene” of the markup that we...
Layout web con CSS Grid

Layout web con CSS Grid

Introduction In the year 2009, after a long transition period separating us from the use of charts and the launch of style sheets, the period of “Flash and Silverlight” was about to finish. New ways to easily develop the web layouts with an engaging design had to be...
How to simplfy CSS with BEM

How to simplfy CSS with BEM

What BEM is Let’s start with basics: BEM is not a framework, but a methodology, a special way to write and organize the CSS code that I love to define as “BEM Philosophy”, a pun that explains the inner peace you can obtain through the use of this technique. Do you...