Bootstrap 5 coming soon

Bootstrap 5 is coming soon

It is finally about to arrive. I’ve been waiting for it almost always. I’m talking about the new version of the bootstrap graphics library (Bootstrap 5). One of my favorites is definitely the first. Removed JQuery The improvements of this new version will be aimed at making it “future-proof”, especially […]

Read More…

Equalize boxes height with only CSS

Equalize boxes height with only CSS

Let’s equalize some boxes height with CSS.Sometimes it can be useful to get CSS results even if you don’t have any style libraries available. A case that has happened to me at times is the need to level the boxes in height, making them the same. This without being able […]

Read More…

How to structure SASS/SCSS styles

How to structure SASS/SCSS styles

Today we see how to structure our projects based on sass/scss styles. From what I have noticed over time, not many know this evolution of the css that I now consider indispensable on some project dealing with design and Front-end.An important thing to consider when talking about projects of this […]

Read More…

Optimization of HTML code

Let’s make HTML code optimization. A faster site means more views and more satisfied users, who will reach the content they want faster. As a site grows, it can be increasingly difficult to maintain acceptable performance. What I propose today are a series of useful rules to pursue this purpose: […]

Read More…

CSS reset: cross-browser experience

Reset css

We have a series of best practices to fully explore the potential that CSS has. What I want to tell you about is the so-called CSS reset, a technique that allows you to improve the cross-browser properties of your layouts. Let’s take a step back to explain the utility of […]

Read More…