change look

master
Beau Blyth 2019-09-26 15:15:20 -07:00
parent b1f68b367b
commit 6eba55c5c9
2 changed files with 11 additions and 4 deletions

View File

@ -4,6 +4,13 @@ div {
font-family: "Arial", Helvetica, sans-serif; font-family: "Arial", Helvetica, sans-serif;
} }
#instructions {
margin: auto;
width: 50%;
border: 1px solid blue;
padding: 16px;
}
.instruction { .instruction {
display: block; display: block;
color: blue; color: blue;

8
dist/index.html vendored
View File

@ -11,10 +11,6 @@
<div id="dropZone"> <div id="dropZone">
<div id="output"></div> <div id="output"></div>
<div id="instructions" class="instruction">
<p>Drag images onto the page to upload them. Advance frames with arrow keys</p>
</div>
<div id="frameNumber" class="warning"> <div id="frameNumber" class="warning">
<p></p> <p></p>
</div> </div>
@ -22,6 +18,10 @@
<div id="currentImage"> <div id="currentImage">
<img alt=""> <img alt="">
</div> </div>
<div id="instructions" class="instruction">
<p>Drag images onto the page to upload them. Advance frames with arrow keys</p>
</div>
</div> </div>
<script src="bundle.js"></script> <script src="bundle.js"></script>