Joe Clavey's weekly journal

Today (Wed. 2/23 A.D. 2022), we are discussing the CSS "Box Mode." This is a complex but powerful way to deal with nearly any HTML item by drawing boxes around things. Any item (content) is surrounded by three outer layers: from outside in: Margin, Border, and Padding (MBP).

This paragraph is to demosntrate the CSS Box Model.