/
dancig
/
TattooImageGenerator
Обзор
Документация
Войти
/
dancig
/
TattooImageGenerator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
static/styles.css
115 строк
2 KB
dancig
feat: add image background removing request
07 июн 2025, 02:00
07 июн 2025, 02:00
96af0ef
Код
Авторство
О чём код?
body { font-family: Arial; background-color: lightgrey; } h1 { margin-top: 20px; font-size: 50px; text-align: center; } .fb-1 { margin-top: 50px; margin-left: 150px; margin-right: 150px; } .form-label { font-size: 20px; } .fb-2 { margin-top:10px; margin-left: 150px; margin-right: 150px; } .form-text { height: 100px; width: 100%; resize: none; } .fb-3 { margin-top: 20px; margin-left: 150px; margin-right: 150px; text-align: center; } .btn-submit { font-size: 30px; height: 70px; width: 300px; } .image-area { margin-top: 25px; margin-left: 150px; margin-right: 150px; display: flex; justify-content: space-around; } .image-btn { display: flex; flex-direction: column; align-content: center; } .bg-remove-settings { width: 500px; display: flex; flex-direction: column; justify-content: center; } .threshold-st { display: flex; flex-direction: column; text-align: left; } .erosion-st { margin-top: 10px; } .dilation-st { margin-top: 10px; } .btn-remove-bg { margin-top: 10px; } .image-btn-no-bg { display: flex; flex-direction: column; align-content: center; } .img { border: 5px double black; } .img-no-bg { border: 5px double black; background-color: white; } .image-btn .btn-download-img { align-self: center; margin-top:10px; font-size: 15px; height: 35px; width: 150px; } .image-btn-no-bg .btn-download-img-no-bg { align-self: center; margin-top:10px; font-size: 15px; height: 35px; width: 150px; }