Skip to content

Commit

Permalink
emo7
Browse files Browse the repository at this point in the history
  • Loading branch information
yisuanwang committed Apr 9, 2024
1 parent e0bc397 commit 6d4886a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
background: rgba(0, 0, 0, 0.5); /* 半透明的黑色覆盖层 */
z-index: -1;
}
.main-sentence {
font-size: 3rem; /* 字体大小调整为3rem */
color: white; /* 字体颜色改为白色 */
font-weight: bold; /* 文字加粗 */
}

</style>
<body>

Expand Down

0 comments on commit 6d4886a

Please sign in to comment.