uppy/website/src/examples/multipart/app.css
2015-12-21 20:08:11 +01:00

9 lines
105 B
CSS

#myform1, #myform2 {
float : left;
width : 200px;
margin : 20px;
}
.clearfix {
clear: both;
}