Skip to content

Commit

Permalink
showcase commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pingw220 committed Feb 1, 2024
1 parent a09de25 commit 31493b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
</a>
</div>
</div>
<footer class="footer">
<div class="footer_content">
The website is made by Ping Wang.
</div>
</footer>
<script src="index.js" charset="utf-8"></script>
</body>
</html>
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,16 @@
display:block;
}
}
.footer {
display: flex;
height: 70px;
align-items: center;
justify-content: center;
background-color: #FFFACD;
}
.footer_content {
font-family: Georgia, serif;
}

a:link {
color: black;
Expand Down

0 comments on commit 31493b5

Please sign in to comment.