From 81418c8fc68e90c51c81fb83c4e4fd66075bcdd4 Mon Sep 17 00:00:00 2001 From: Ari Leo Frankel Date: Wed, 29 Mar 2017 20:49:06 -0500 Subject: [PATCH 1/2] rm redundant body tags --- 03 - CSS Variables/index-START.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index ca2b59d077..8a4f0d556e 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -28,9 +28,6 @@

Update CSS Variables with JS

body { text-align: center; - } - - body { background: #193549; color: white; font-family: 'helvetica neue', sans-serif; From 0347464eb5f5acd403f47fd52cebdc37af530893 Mon Sep 17 00:00:00 2001 From: Ari Leo Frankel Date: Wed, 29 Mar 2017 20:49:39 -0500 Subject: [PATCH 2/2] rm redundant body tags - FINISH --- 03 - CSS Variables/index-FINISHED.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/03 - CSS Variables/index-FINISHED.html b/03 - CSS Variables/index-FINISHED.html index 848a0f95f9..c931959a74 100644 --- a/03 - CSS Variables/index-FINISHED.html +++ b/03 - CSS Variables/index-FINISHED.html @@ -43,9 +43,6 @@

Update CSS Variables with JS

body { text-align: center; - } - - body { background: #193549; color: white; font-family: 'helvetica neue', sans-serif;