@poypoii
Nothing here yet.
Nothing here yet.
Jan 30 · 3 min read · Why CSS selectors are needed CSS selectors are needed because CSS works like this : “Select elements —> apply styles to them” Without selectors , you wouldn’t have a way to say: “Make all headings bigger” “only make the button blue” “Style the l...
Join discussion
Jan 30 · 3 min read · What Emmet is ( very simple ) Emmet is a shortcut language for writing HTML faster.You type a short abbreviation , press Tab ( or enter depending on editior) , and it expands into full HTML. Why Emmet is useful for beginners Problem it solves Writing...
Join discussion