change look
parent
b1f68b367b
commit
6eba55c5c9
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue