Skip to content

Commit

Permalink
update font
Browse files Browse the repository at this point in the history
  • Loading branch information
pingw220 committed Feb 1, 2024
1 parent fdaada5 commit ec28533
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/i4_G3LoFnMA?si=OUfDD7SvfCFh_oJD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</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>
11 changes: 11 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,17 @@
}
}

.footer {
display: flex;
height: 70px;
align-items: center;
justify-content: center;
background-color: #FFFACD;
}
.footer_content {
font-family: Georgia, serif;
}

a:link {
color: black;
text-decoration: none;
Expand Down

0 comments on commit ec28533

Please sign in to comment.