From 19cd8299fc3970cfc239eb6852e1aec2c984535c Mon Sep 17 00:00:00 2001 From: Joshua Lawson Date: Thu, 24 Aug 2017 13:45:51 -0400 Subject: [PATCH 1/3] updated CSS Variables --- 03 - CSS Variables/index-FINISHED.html | 8 ++++++ 03 - CSS Variables/index-START.html | 37 ++++++++++++++++++++++++-- 2 files changed, 43 insertions(+), 2 deletions(-) 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 From 1f81e251852e7b439983e35e31a72a6e6b13fdbb Mon Sep 17 00:00:00 2001 From: Joshua Lawson Date: Thu, 24 Aug 2017 13:56:18 -0400 Subject: [PATCH 2/3] removed comments --- 03 - CSS Variables/index-START.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index 79d04f7e0a..5cd58be6cb 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -61,15 +61,10 @@

Update CSS Variables with JS