mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
9 lines
105 B
CSS
9 lines
105 B
CSS
#myform1, #myform2 {
|
|
float : left;
|
|
width : 200px;
|
|
margin : 20px;
|
|
}
|
|
|
|
.clearfix {
|
|
clear: both;
|
|
}
|