Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Oct 3, 2024
1 parent 6bd46e3 commit f2b2741
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
48 changes: 47 additions & 1 deletion CSS/index/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
text-align: right;
width: 90%;
margin: auto;

}

#social_media_icon {
Expand All @@ -67,4 +66,51 @@
text-align: center;
font-family: 'Courier New', Courier, monospace;
color: #888;
}

@media screen and (max-width: 750px) {

#home_area p:first-child {
font-size: 1em;
}

#home_area p:nth-child(2) {
width: 90%;
margin: auto;
font-size: 1.2em;
font-family: 'Courier New', Courier, monospace;
margin-top: 1em;
font-style: italic;
text-shadow: 2px 2px 2px #000;
display: grid;
}

#home_area p:nth-child(2) span {
font-family: 'PPAcma-Black', 'YeZiGongChangTangYingHei';
font-size: 1.75em;
font-style: normal;
color: #FFFFFF;
padding-left: 1em;
}

#home_area p:nth-child(3) {
font-family: 'PPAcma-Black', 'YeZiGongChangTangYingHei';
font-size: 0.6em;
text-align: right;
width: 80%;
margin: auto;
margin-top: 1em;
}

#social_media_icon img {
width: 2em;
}

#copyright_info {
padding-top: 1em;
text-align: center;
font-family: 'Courier New', Courier, monospace;
color: #888;
font-size: 0.75em;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
  
<a href="mailto:[email protected]" target="_blank"><img src="./MATERIALS/ico_gmail.png" alt=""></a>
</p>
<p id="copyright_info">Copyright &copy; 2024 SeeChen. All rights reserved.</p>
<p id="copyright_info">Copyright &copy; 2024 SeeChen. All rights reserved.</br>版权所有 &copy; 2024 SeeChen.</p>

<br><br><br><br><br><br>
</div>
Expand Down

0 comments on commit f2b2741

Please sign in to comment.