diff --git a/css/message.css b/css/message.css index f991e8bad..4a28f6466 100644 --- a/css/message.css +++ b/css/message.css @@ -5,7 +5,7 @@ font-size: 14px; line-height: 1.8em; border-radius: 2px; - background: #fff; + background: red; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); } diff --git a/week-1/1-parent-child/index.html b/week-1/1-parent-child/index.html index 458a4cb21..68e2928d9 100644 --- a/week-1/1-parent-child/index.html +++ b/week-1/1-parent-child/index.html @@ -27,6 +27,7 @@
+ diff --git a/week-1/2-html-attributes/index.html b/week-1/2-html-attributes/index.html index dc861fa4f..e45cd00bc 100644 --- a/week-1/2-html-attributes/index.html +++ b/week-1/2-html-attributes/index.html @@ -23,14 +23,15 @@ diff --git a/week-1/3-semantic-html/index.html b/week-1/3-semantic-html/index.html index 3640deaff..555eee87b 100644 --- a/week-1/3-semantic-html/index.html +++ b/week-1/3-semantic-html/index.html @@ -12,30 +12,32 @@