Tech Blog

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

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