Tech Blog

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

Remove Gutenberg CSS Library from WordPress

If you’re not using the Gutenberg editor (introduced in WordPress version 5), it is a good idea to remove the Gutenberg CSS which is automatically loaded.

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