AnimationTool/dist/assets/stylesheets/main.css

20 lines
204 B
CSS
Raw Normal View History

2019-09-25 03:16:07 +00:00
div {
2019-09-25 00:42:35 +00:00
display: block;
color: blue;
2019-09-25 03:16:07 +00:00
font-family: "Arial", Helvetica, sans-serif;
2019-09-25 00:42:35 +00:00
}
2019-09-25 03:16:07 +00:00
main {
width: 500px;
}
#dropZone {
width: 100%;
height: 100%;
}
#currentImage {
width: 400px;
height: 400px;
2019-09-25 00:42:35 +00:00
}