Skip to content

Commit

Permalink
Footer Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Daspatnaik committed Oct 23, 2018
1 parent 5b63412 commit 3a5de5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Heroku](https://heroku-badge.herokuapp.com/?app=floating-earth-36039)
![Heroku](https://heroku-badge.herokuapp.com/?app=text-gene)

A simple [React](https://github.com/facebook/react) single-page web-app to generate random Text using [Loren Ipsum](https://loripsum.net/) APIs

Expand Down
5 changes: 1 addition & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ class App extends Component {
<Output value={this.state.text} />
</div>
<div id="footer">
<p>Developed by: Abhi</p>
<p>Contact information: <a href="mailto:[email protected]">[email protected]</a></p>
<p>GitHub Repo: <a href="https://github.com/abhimassive/nodejs-react-express-axios-heroku">Click Here</a></p>

<p>Developed by: <a href="https://github.com/abhimassive/nodejs-react-express-axios-heroku">Abhi</a></p>
</div>

</div>
Expand Down
7 changes: 4 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ select{margin-right: 40px;}
}
#body {
padding:10px;
padding-bottom:60px; /* Height of the footer */
padding-bottom:100px; /* Height of the footer */
}
#footer {
padding:10px;
padding:14px;
clear: both;
position: relative;
z-index: 10;
height: 3em;
margin-top: -em;
font-size: 14px;
font-size: 12px;
font-style: normal;
font-family: "Lucida Console", Monaco, monospace;
}

0 comments on commit 3a5de5f

Please sign in to comment.