Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Cgengokyo committed Nov 22, 2023
1 parent 0fd6c56 commit 05241ff
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
.mobile-only {
display: none;
}

.mobile-only-2 {
display: none;
}
}

@media screen and (max-width: 999px) {
Expand All @@ -90,12 +94,24 @@
}

.mobile-only {
display: block;
font-size: 87px;
font-family: 'Dela Gothic One', cursive;
color: yellow
display: block;
font-size: 87px;
font-family: 'Dela Gothic One', cursive;
color: yellow;
justify-content: center;
align-items: center;
}

.mobile-only-2 {
display: block;
font-size: 87px;
font-family: 'Dela Gothic One', cursive;
color: yellow;
justify-content: center;
align-items: center;
}


}

#countdown {
display: flex;
Expand Down Expand Up @@ -312,7 +328,8 @@
<div class="pc-only">
<h1>2024年度神奈川県公立高校入試まで</h1>
</div>
<div class="mobile-only">⠀ ⠀ ⠀2024年度 <br> 神奈川県公立高校入試</div>
<div class="mobile-only">2024年度</div> <br>
<div class="mobile-only-2">神奈川県公立高校入試</div>
<div id="countdown">
<div class="color1"> <span id="days">0</span></div>
<div class="color11"> <span id="hours">0</span> 時間 </div>
Expand Down

0 comments on commit 05241ff

Please sign in to comment.