Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Added footer content #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ body {
margin: auto;
}

#footer{
padding-top: 10px;
padding-bottom: 10px;
}

@keyframes bgColor {
0% {
background-color: #f44274;
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
</div>
<!--<div class = "section" id = "social"></div>
<div class = "section" id = "footer"></div>-->
<div id="footer">
<p>Made with love &#10084;</p>
</div>
</body>
</html>