Every element on the page has its own box, which can be styled using CSS.
From the inside out:
Keep in mind that a background
will cover the content and the padding.
h1
a red background, some padding, and a black border.p
a blue background, white text, some padding, and a black border.code
element a white background, black text, a little padding, and a thin border.h2
s, ol
s, and li
s on this page.margin
and try adding more space around elements by using them.