


CSS tutorial #4: Units
John Duckett’s book on HTML and CSS is a great reference for CSS sizing units. In CSS, there are two main types of units: absolute and relative. Absolute Units in CSS A pixel in CSS (Cascading Style Sheets) measures 1/96 of an inch. This means that 96 pixels...
CSS tutorial #3: Spacing in Divi
Spacing using CSS is an essential aspect of designing any website. Proper spacing enhances the readability of elements displayed on the screen and makes the overall layout more visually appealing. To illustrate this concept, let’s take a closer look at the image...
WordPress Divi Custom CSS: Tutorial #2
Applying Custom CSS in Divi Warning: Proceed with care when applying Divi custom CSS beyond the confines of a specific module. Your web browser first loads the HTML structure of your website, followed by the application of custom CSS within the Divi theme....
CSS tutorial #1: Styling an ordered or unordered list in DIVI
Recently, I was editing the CSS of one of the pages on Website Promoters. An issue that arose was making an ordered list more readable since, by default, all the list elements of the ordered list had no spacing between each element in the list. An ordered list...