Articles in this series
styling a website using a design language · Cascading style sheets (CSS) allow us to "style" a website and its components, in terms...
3 ways (and the best way) to add styling to an HTML page · How we can add CSS to an HTML page: Prerequisites Code editor HTML file Web...
targeting a group of elements of a webpage · A CSS selector finds a specific group of related objects on a webpage, in order to give each of them the...
working with font hues and other color attributes · Colors have at least four different notations in CSS but we normally use just one or...
sizes + margins + borders + paddings + overflows · Each element has the following basic properties, all of which have a numerical value (usually in...
determining how we arrange something on screen · Five main CSS properties that determine the arrangement of layouts on a...