From 3ab34131fec867c3515814732b6e522211713c94 Mon Sep 17 00:00:00 2001 From: Micah Godbolt Date: Mon, 25 Feb 2019 14:56:22 -0800 Subject: [PATCH] some tweaks --- step1-01/css-demo/README.md | 2 ++ step1-01/css-demo/css-demo-final.css | 1 + step1-01/js-demo/js-demo.html | 4 ++-- step1-02/demo/README.md | 2 +- step1-02/demo/index.html | 14 ++++++++++++++ 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/step1-01/css-demo/README.md b/step1-01/css-demo/README.md index 2c65ad6..5826314 100644 --- a/step1-01/css-demo/README.md +++ b/step1-01/css-demo/README.md @@ -100,6 +100,7 @@ span { */ padding: 10px 20px 15px; margin: 10px 20px 10px 0; + border: 1px solid white; } /* Qualified selector */ @@ -140,6 +141,7 @@ input[type='submit'] { margin-top: 10px; } ``` + ## Next Step [JavaScript Demo](../js-demo) diff --git a/step1-01/css-demo/css-demo-final.css b/step1-01/css-demo/css-demo-final.css index fa9c4ee..2943922 100644 --- a/step1-01/css-demo/css-demo-final.css +++ b/step1-01/css-demo/css-demo-final.css @@ -50,6 +50,7 @@ span { */ padding: 10px 20px 15px; margin: 10px 20px 10px 0; + border: 1px solid white; } /* Qualified selector */ diff --git a/step1-01/js-demo/js-demo.html b/step1-01/js-demo/js-demo.html index 3080f1c..db28ca0 100644 --- a/step1-01/js-demo/js-demo.html +++ b/step1-01/js-demo/js-demo.html @@ -1,6 +1,6 @@ - +
@@ -20,7 +20,7 @@

Contact Us

- +
diff --git a/step1-02/demo/README.md b/step1-02/demo/README.md index 2aa4110..83a099b 100644 --- a/step1-02/demo/README.md +++ b/step1-02/demo/README.md @@ -31,7 +31,7 @@ As we saw in the previous demo, HTML elements can be used to describe different

-
+
diff --git a/step1-02/demo/index.html b/step1-02/demo/index.html index e69de29..7d13230 100644 --- a/step1-02/demo/index.html +++ b/step1-02/demo/index.html @@ -0,0 +1,14 @@ + + + + + +
+

+
+ +
+
+ + +