


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...
CSS tutorial #2: Custom CSS in Divi
Warning: Be careful when applying custom CSS outside of a module. Your internet browser loads the website’s HTML page first and then applies the custom CSS in the DIVI theme. This means any CSS styling applied in a DIVI module will be overridden. If anyone is...