diff --git a/03 - CSS Variables/index-FINISHED.html b/03 - CSS Variables/index-FINISHED.html index c931959a74..c1c5452e64 100644 --- a/03 - CSS Variables/index-FINISHED.html +++ b/03 - CSS Variables/index-FINISHED.html @@ -43,6 +43,9 @@

Update CSS Variables with JS

body { text-align: center; + } + + body { background: #193549; color: white; font-family: 'helvetica neue', sans-serif; @@ -60,6 +63,11 @@

Update CSS Variables with JS

- + + \ No newline at end of file