update
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Neil Hanlon 2024-08-12 21:14:51 -04:00
parent ae5334b525
commit 0dab936790
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
3 changed files with 4 additions and 0 deletions

BIN
getin.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

View File

@ -9,6 +9,7 @@
<body>
<section>
<div id="countdown"></div>
<img src=getin.jpg />
</section>
<script src="script.js"></script>
</body>

View File

@ -11,6 +11,9 @@ section {
align-items: center;
flex-direction: column;
}
section img {
display: inline-block;
}
div#countdown {
display: inline-block;
font-size: 3rem;