Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
1pone committed Jun 9, 2020
1 parent fe20ca2 commit 5a9b009
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
}

.time {
padding-top: 120px;
padding: 120px auto;
font-size: 12rem;
}

.date {
padding-top: 40px;
font-size: 6rem;
font-size: 4rem;
}
</style>
</head>

<body>
<div class="page">
<div class="time_container">
<div class="time" id="time">11:27</div>
<div class="time" id="time">00:00</div>
</div>

<div class="date_container">
<div class="date" id="date">1月10日</div>
<div class="date" id="week">星期三</div>
<div class="date" id="date">1月1日</div>
<div class="date" id="week">星期一</div>
</div>
</div>

Expand Down

0 comments on commit 5a9b009

Please sign in to comment.