This commit is contained in:
parent
ae5334b525
commit
0dab936790
@ -9,6 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<section>
|
<section>
|
||||||
<div id="countdown"></div>
|
<div id="countdown"></div>
|
||||||
|
<img src=getin.jpg />
|
||||||
</section>
|
</section>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
@ -11,6 +11,9 @@ section {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
section img {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
div#countdown {
|
div#countdown {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user