Daily Archives

2 Articles

Code/Uncategorized

Advanced CSS

Posted by Danial on

Learning some more CSS by understanding the critical render path; how a website renders by loading html, css and js files.

Learnt and practised flexbox by playing the Flexbox Froggy game.

Some CSS3 standards and implications for different website browsers; namely to remember to check if CSS properties being used are supported by browsers.

Days since last Zero Day: 3 (5/9/20).

Code/Uncategorized

Box Model & px vs em vs rem

Posted by Danial on

Today’s lesson is understanding the box model for CSS. Every p/div/section can be arranged as a box consisting of the content, padding, border and margin.

You use px for absolute values for size and space, em for relative size to the surrounding content and rem for relative size to root element.

Days since last Zero Day: 3 (5/9/20)