/
galiaf
/
qr-code
Обзор
Документация
Войти
/
galiaf
/
qr-code
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Generate/qrCodeGenerator.module.css
32 строки
543 B
GaliaF
init
20 июл 2024, 10:00
20 июл 2024, 10:00
d658a27
Код
Авторство
О чём код?
.container { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px; } .qrWrapper svg path:last-child { fill: black; } .input { margin-top: 30px; border-radius: 5px; border: .5px solid black; color: rgb(15, 15, 15); background: white; width: 400px; height: 50px; padding: 8px 16px; font-size: 32px; } .button { border: none; background: black; color: white; font-size: 20px; border-radius: 16px; padding: 8px 16px; }