From 3d26a4bcdb2dbf9a530239251cbf7d616f75f0c5 Mon Sep 17 00:00:00 2001 From: Derrek Gass Date: Thu, 15 Oct 2020 14:44:31 -0700 Subject: [PATCH] regular styling --- solutions/day-02/index.html | 149 +++++++++++++++++++++++++----------- 1 file changed, 106 insertions(+), 43 deletions(-) diff --git a/solutions/day-02/index.html b/solutions/day-02/index.html index 7698f31..fe277e8 100644 --- a/solutions/day-02/index.html +++ b/solutions/day-02/index.html @@ -4,6 +4,85 @@ 30 Days Of React Challenge + @@ -22,15 +101,10 @@ // JSX element - const headerStyles = { - backgroundColor: '#61DBFB', - fontFamily: 'Helvetica Neue', - padding: 25, - lineHeight: 1.5, - } + const header = ( -
+

Welcome to 30 Days Of React

Getting Started React

@@ -40,51 +114,40 @@
) - const mainStyles = { - backgroundColor: '#F3F0F5', - } - + const main = ( -
-

Prerequisite to get started react.js:

-
    -
  • HTML
  • -
  • CSS
  • -
  • JavaScript
  • -
+
+
+

Prerequisite to get started react.js:

+
    +
  • HTML
  • +
  • CSS
  • +
  • JavaScript
  • +
+
) - const footerStyles = { - backgroundColor: '#61DBFB', - } - - const footer = ( -