/
levkinam10
/
pyPastebinFlask
Обзор
Документация
Войти
/
levkinam10
/
pyPastebinFlask
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
static/IndexFrame.css
77 строк
1 KB
levki
16.01.24 12:06 CSS update
16 янв 2024, 12:08
16 янв 2024, 12:08
f4bbdff
Код
Авторство
О чём код?
#TitleText { width: 100vw; height: 1vh; position: absolute; top: -90%; bottom: 0; left: 0; right: 0; font-family: Calibri; font-size: 8vh; text-align: center; color: #000000; margin: auto; } #CentralDiv { display: flex; width: 80vw; height: 40vh; background-color: black; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 5px; background: rgba(217, 217, 217, 1); } #CentralDivTtitle { width: 50vw; height: 1vh; position: absolute; top: -75%; bottom: 0; left: 0; right: 0; font-family: Calibri; font-size: 6vh; text-align: center; color: #000000; margin: auto; } #LoadBtn { width: 35vw; height: 15vh; position: absolute; top: 50%; left: -50%; right: 0; font-family: Calibri; font-size: 5vh; text-align: center; color: #000000; margin: auto; border-radius: 5px; border: 1px solid #000000; } #UploadBtn { width: 35vw; height: 15vh; position: absolute; top: 50%; left: 50%; right: 0; font-family: Calibri; font-size: 5vh; text-align: center; color: #000000; margin: auto; border-radius: 5px; border: 1px solid #000000; }