Skip to content

Commit

Permalink
Merge pull request #316 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Updated Sep 16 2024
  • Loading branch information
jerrylovescheese authored Sep 17, 2024
2 parents 3a22f64 + 8ad93c7 commit a0280f7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,10 @@

<div class="canvas" id="canvas-5">
<div class="canvas-text" id="canvas-5-text">
天涯共团圆
福满人间岁岁同
</div>
<div class="canvas-text-small">
距离 2024 年中秋节还有
</div>
<div id="remainTime">
<div id="one"></div>
<div id="two"></div>
<div id="three"></div>
<div id="four"></div>
中秋快<span id="canvas-5-pat"></span>
</div>
<a href="#canvas-4">
<div id="canvas-clicker">
Expand Down Expand Up @@ -259,7 +253,7 @@
</span>
<div class="canvas-2-inbox-in" id="canvas-2-inbox-in-1">
<a href="./pages/noticeboard.html"><i class="fa-solid fa-up-right-from-square"></i>&emsp;Go to
Noticeboard</a>
Noticeboard</a>
</div>
</div>
</div>
Expand Down
28 changes: 26 additions & 2 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -938,18 +938,42 @@
margin: 10px;
}

#canvas-5{
#canvas-5 {
background-image: url(../img/festivals.webp);
background-size: cover;
}

#canvas-5-text {
width: 100%;
font-family: 'Noto Serif SC', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
color: white;
text-align: center;
padding-left: 0;
padding-right: 0;
font-weight: bold;
font-size: 50px;
letter-spacing: 30px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11),
0 2px 2px rgba(0, 0, 0, 0.11),
0 4px 4px rgba(0, 0, 0, 0.11),
0 8px 8px rgba(0, 0, 0, 0.11);
}

#canvas-5 .canvas-text-small {
width: 100%;
font-family: 'Noto Serif SC', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: white;
font-size: 30px;
text-align: center;
letter-spacing: 20px;
padding-left: 0;
padding-right: 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11),
0 2px 2px rgba(0, 0, 0, 0.11),
0 4px 4px rgba(0, 0, 0, 0.11),
0 8px 8px rgba(0, 0, 0, 0.11);
}

#canvas-5-pat {
letter-spacing: 20px;
}

0 comments on commit a0280f7

Please sign in to comment.