diff --git a/public/index.html b/public/index.html index 14ef258..c4785fe 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ diff --git a/src/components/App.css b/src/components/App.css index 1e96048..66d2d3a 100644 --- a/src/components/App.css +++ b/src/components/App.css @@ -6,4 +6,14 @@ .logo{height:25px; width:25px; -margin-right:10px;} \ No newline at end of file +margin-right:10px;} + + +footer{ + height:40px; + text-align: center; + background-color:#ffffff; + margin-top:20px; + padding:10px; + font-size: 14px; +} \ No newline at end of file diff --git a/src/components/App.js b/src/components/App.js index 113caee..f607b71 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -1,8 +1,7 @@ import React from 'react'; import ConfigCover from './ConfigCover'; import Navbar from './Navbar'; -import ComponentToImg from './ComponentToImg'; - +import Footer from './Footer'; class App extends React.Component { @@ -11,6 +10,9 @@ class App extends React.Component {