Tech Blog

Web development tips, tricks and tutorials for web developers of all levels.

Owl Carousel CLS (Cumulative Layout Shift) fix

In this article, we will look at CLS (Cumulative Layout Shift) and how sliders/carousels such as Owl Carousel negatively impact CLS scores and provide a fix.

Read more

CSS: changing the box-sizing property

The CSS box model works in the following manner (ignoring early versions of Internet Explorer). Total width of the box = declared width + padding + border.

Read more