I believe writing makes learning easier so I share simple Tech notes with diagrams
Nothing here yet.
Jan 31 · 3 min read · Introduction - When you write CSS you are not styling the entire webpage at once. You are choosing which elements should get which styles.That choice is made using CSS selectors. If HTML gives structure to a page, CSS selectors decide where styles ap...
Join discussion
Jan 31 · 3 min read · Introduction - If you have ever written HTML by hand you know how repetitive it can feel. You type an opening tag then a closing tag then you repeat the same thing again and again. It works but it’s slow. Emmet exists to solve exactly this problem. W...
Join discussion