AnimationTool/dist/assets/stylesheets/main.css

25 lines
260 B
CSS

div {
display: block;
color: blue;
font-family: "Arial", Helvetica, sans-serif;
}
main {
width: 500px;
}
#dropZone {
width: 100%;
height: 100%;
}
#currentImage {
width: 400px;
height: 400px;
}
#currentImage img {
max-width: 100%;
height: auto;
}