Kodo
kon
kodokon.com
Courses
/
CSS
Foundations
CSS · Beginner - the basics, step by step
Linking CSS to a page
Discover what CSS is, how to connect it to an HTML page, and how to write your very first rule.
Basic selectors and colors
Learn to target elements precisely with element, class and id selectors, then apply colors to them.
The box model
Understand how every element is a box made of content, padding, border and margin, and master box-sizing.
Text and fonts
Pick a font with font-family, then adjust the size, weight and line spacing for text that is pleasant to read.
First layouts
Tell block elements apart from inline elements and learn the classic techniques for centering an element.