/
githubmirror
/
developer
Обзор
Документация
Войти
/
githubmirror
/
developer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
v0/code2prompt2code/styles.css
42 строки
601 B
swyxio
upload for pranav to stop going crazy
11 июл 2023, 07:33
11 июл 2023, 07:33
bfb45fc
Код
Авторство
О чём код?
body { font-family: Arial, sans-serif; margin: 0; padding: 15px; } textarea, input { display: block; width: 100%; margin-bottom: 10px; padding: 5px; font-size: 14px; } button { background-color: #4CAF50; border: none; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; margin: 10px 0; cursor: pointer; } button:hover { background-color: #45a049; } #content { margin-top: 20px; font-size: 14px; line-height: 1.5; } #loadingIndicator { display: none; font-size: 14px; color: #999; }