Skip to content

Commit

Permalink
Merge pull request #1 from abdulbasit-web/adding_footer
Browse files Browse the repository at this point in the history
adding content to the footer
  • Loading branch information
abdulbasit-dev authored May 2, 2020
2 parents 7cc6194 + ce7a3fe commit 1008c49
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h4 class="text-center my-3">Effects</h4>
</div>
</div>

<div class="row mt-5">
<div class="row mt-5 mb-4">
<div class="col-md-6">
<button id="download-btn" class="btn btn-primary btn-block">Download Image</button>
</div>
Expand All @@ -134,8 +134,13 @@ <h4 class="text-center my-3">Effects</h4>
</div>
</main>

<footer>

<footer class="p-4 bg-dark text-white">
<div class="row text-center">
<div class="col-md-6 mx-auto">
<h4>Website Made With love</h4>
<p>copyright &copy; <span id="year"></span></p>
</div>
</div>
</footer>


Expand Down

0 comments on commit 1008c49

Please sign in to comment.