diff --git a/assets/shared.css b/assets/shared.css
index d5e1d84..4f08735 100644
--- a/assets/shared.css
+++ b/assets/shared.css
@@ -55,6 +55,7 @@ body {
flex-direction: column;
height: 148px;
justify-content: center;
+ text-align: center;
padding: 20px;
text-decoration: none;
width: 148px;
diff --git a/step1-00/fabric.jpg b/step1-00/assets/fabric.jpg
similarity index 100%
rename from step1-00/fabric.jpg
rename to step1-00/assets/fabric.jpg
diff --git a/step1-00/css-demo.css b/step1-00/css-demo/css-demo-finished.css
similarity index 97%
rename from step1-00/css-demo.css
rename to step1-00/css-demo/css-demo-finished.css
index db7481a..b1b8ca9 100644
--- a/step1-00/css-demo.css
+++ b/step1-00/css-demo/css-demo-finished.css
@@ -1,5 +1,9 @@
/* https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Combinators_and_multiple_selectors */
+body {
+ font: 1.2em sans-serif;
+}
+
/* Targeting an HTML tag */
h1 {
/* Color name */
diff --git a/step1-00/css-demo/css-demo-finished.html b/step1-00/css-demo/css-demo-finished.html
new file mode 100644
index 0000000..ff34678
--- /dev/null
+++ b/step1-00/css-demo/css-demo-finished.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
This is my Title
+
+
+
+
Our Logo
+

+
+
+
+
+
+
diff --git a/step1-00/css-demo/css-demo.css b/step1-00/css-demo/css-demo.css
new file mode 100644
index 0000000..e69de29
diff --git a/step1-00/css-demo.html b/step1-00/css-demo/css-demo.html
similarity index 100%
rename from step1-00/css-demo.html
rename to step1-00/css-demo/css-demo.html
diff --git a/step1-00/html-demo.html b/step1-00/html-demo/html-demo.html
similarity index 99%
rename from step1-00/html-demo.html
rename to step1-00/html-demo/html-demo.html
index 40a1672..25f19ac 100644
--- a/step1-00/html-demo.html
+++ b/step1-00/html-demo/html-demo.html
@@ -84,7 +84,7 @@
Figure
-
+
The Fabric Logo
diff --git a/step1-00/style.css b/step1-00/html-demo/style.css
similarity index 100%
rename from step1-00/style.css
rename to step1-00/html-demo/style.css
diff --git a/step1-00/index.html b/step1-00/index.html
index 43225e8..7764819 100644
--- a/step1-00/index.html
+++ b/step1-00/index.html
@@ -7,8 +7,9 @@
diff --git a/step1-01/index.html b/step1-01/index.html
index c534e69..8e4c512 100644
--- a/step1-01/index.html
+++ b/step1-01/index.html
@@ -2,22 +2,26 @@
todos
-
-
-
+
-
- 4 items left
-
+ 4 items left
diff --git a/step1-02/index.html b/step1-02/index.html
index d960eaf..7c9d40d 100644
--- a/step1-02/index.html
+++ b/step1-02/index.html
@@ -3,7 +3,7 @@
todos
-
+
diff --git a/step1-03/index.html b/step1-03/index.html
index 321247d..c9278ac 100644
--- a/step1-03/index.html
+++ b/step1-03/index.html
@@ -3,7 +3,7 @@
todos
-
+
@@ -33,38 +33,35 @@