diff --git a/my-app/public/index.html b/my-app/public/index.html index aa069f27..2b2d22e8 100644 --- a/my-app/public/index.html +++ b/my-app/public/index.html @@ -1,21 +1,19 @@ - - - - - - - - - - + React App - - - -
- + + + + + +
+ - - + + + \ No newline at end of file diff --git a/my-app/src/App.css b/my-app/src/App.css index 47fd0c4d..f8385952 100644 --- a/my-app/src/App.css +++ b/my-app/src/App.css @@ -1,4 +1,4 @@ -*{ +* { font-family: 'Roboto', Arial, Helvetica, sans-serif; } @@ -6,6 +6,7 @@ .active { background-color: #229760; padding: 9px 22px; + } .hide, @@ -25,6 +26,7 @@ position: absolute; margin-top: 3px; margin-left: 50px; + } h1 { @@ -38,6 +40,7 @@ h1 { line-height: 40px; text-decoration: none; font-weight: normal; + } /* Footer -----------------------------------------------------------------------------------------------*/ diff --git a/my-app/src/App.js b/my-app/src/App.js index db57943c..180fe3d9 100644 --- a/my-app/src/App.js +++ b/my-app/src/App.js @@ -11,6 +11,7 @@ import Recipes from './Pages/Recipes'; import Directory from './Pages/Directory'; import Articles from './Pages/Articles'; import Help from './Pages/Help'; +import Subpage from './Pages/Subpage'; function App() { return ( @@ -25,6 +26,7 @@ function App() { }/> }/> }/> + }/>