diff --git a/html_css/styling-lists.html b/html_css/styling-lists.html index 5efcc09..7dead27 100644 --- a/html_css/styling-lists.html +++ b/html_css/styling-lists.html @@ -10,10 +10,12 @@ html { font-family: Helvetica, Arial, sans-serif; font-size: 10px; + background-color: red; } h2 { font-size: 2rem; + color: white; } ul,ol,dl,p { @@ -97,4 +99,4 @@

Ingredient description list

- \ No newline at end of file +