diff --git a/html_css/styling-lists.html b/html_css/styling-lists.html index 5efcc09..02b745b 100644 --- a/html_css/styling-lists.html +++ b/html_css/styling-lists.html @@ -8,8 +8,11 @@ /* General styles */ html { - font-family: Helvetica, Arial, sans-serif; + font-family: 'Comic Sans MS', cursive; font-size: 10px; + background-color: purple; + color: yellow; + text-align: center; } h2 { @@ -33,7 +36,6 @@ ul li { padding-left: 2rem; - background-image: url(star.svg); background-position: 0 0; background-size: 1.6rem 1.6rem; background-repeat: no-repeat; @@ -58,6 +60,8 @@ + some humous
+ Click the humous for a surprise!!

Shopping (unordered) list

Paragraph for reference, paragraph for reference, paragraph for reference, paragraph for reference, paragraph for reference, paragraph for reference.

@@ -95,6 +99,23 @@

Ingredient description list

That green healthy stuff that many of us just use to garnish kebabs.
+ + \ No newline at end of file