Project-Image-Uploader/frontend/src/Components/Pages/Css/UploadedImagePage.css
2025-10-15 21:33:00 +02:00

19 lines
301 B
CSS

.rowContainer {
display: flex;
flex-direction: row;
}
.rootUploadWrap {
display: flex;
flex-direction: column;
justify-content: center;
}
.FZFImage {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
height: 50%;
padding-top: 50px;
}