Internt_Programmirovanie_PI.../Lab4/web-site vite/Old_HTMLs/Galery.css
2023-11-21 12:37:22 +04:00

36 lines
625 B
CSS

.modal-dialog-style{
height: fit-content !important;
width: 80% !important;
}
.modalStyle{
background-color: #9b9b9b !important;
border: 7px solid #424242 !important
}
.PictureButton{
height: 200px !important;
width: 300px !important;
}
.wfitcon{
width: fit-content !important;
}
.hfitcon{
height: fit-content !important;
}
.minH-500{
min-height: 500px !important;
}
.minW-160{
min-width: 160px !important;
}
.width-100{
width: 100% !important;
}
.height-200{
height: 200px !important;
}
.height-300{
height: 300px !important;
}
.height-500{
height: 500px !important;
}