Image_Combine / style.css
PSNbst's picture
Update style.css
62ea845 verified
raw
history blame contribute delete
621 Bytes
#left-panel {
height: 90%;
overflow-y: auto;
border-right: 1px solid #ccc;
}
#right-panel {
height: 90%;
overflow-y: auto;
}
#combine-button {
position: absolute;
bottom: 10px;
left: 10px;
width: calc(100% - 20px);
background-color: orange;
color: white;
font-size: 16px;
border-radius: 5px;
border: none;
padding: 10px;
}
#download-zip {
position: absolute;
bottom: 10px;
right: 10px;
width: calc(100% - 20px);
background-color: blue;
color: white;
font-size: 16px;
border-radius: 5px;
border: none;
padding: 10px;
}