Reputation: 29
I am trying to place the second file upload button exactly next to the first one below the second rectangle but apparently top, padding-top (bottom) and margin-bottom (top) does not seem to work properly! Please help me out!
.file1 {
padding-left: 340px;
padding-top: 20px;
}
.file2 {
margin-left: 1010px;
padding-bottom: 20px;
}
Upvotes: 0
Views: 97