Skip to content

Commit

Permalink
Merge pull request #24 from kwekubright/footer
Browse files Browse the repository at this point in the history
Add Footer
  • Loading branch information
kwekubright committed Jun 22, 2022
2 parents 726cc47 + 53ae352 commit cc92966
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
</ul>
</nav>
<div id="showcase"></div>
<footer>
<div class="footer-wrapper flex flex-justify-center">
<p>Created by Micronauts under MIT License</p>
</div>
</footer>
</main>
</body>

Expand Down
8 changes: 8 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,11 @@ a {
.likes i:hover {
cursor: pointer;
}

/* Footer */
.footer-wrapper {
padding: 20px;
border-top: 1px solid #e6e6e6;
margin-top: 50px;
background-color: #e6e6e6;
}

0 comments on commit cc92966

Please sign in to comment.