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 31493b5 commit bcb36ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<div>Projects</div>
</a>
</div>
<div class="posts">
<a href="https://pingw220.github.io/posts/">
<div>Posts</div>
</a>
</div>
<div class="cello">
<a href="https://pingw220.github.io/Cello/">
<div>Cello</div>
Expand Down
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
font-size: 20px;
color: black;
}
.posts{
width: 10%;
text-align:center;
font-family: Georgia, serif;
font-size: 20px;
color: black;
}
.cello{
width: 10%;
text-align:center;
Expand Down

0 comments on commit bcb36ca

Please sign in to comment.