/
nick.sh
/
javascript-apps
Обзор
Документация
Войти
/
nick.sh
/
javascript-apps
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
notes_app/style.css
69 строк
1 KB
Shaposhnikov-Nick
notes_app
30 янв 2024, 16:50
30 янв 2024, 16:50
a5263e3
Код
Авторство
О чём код?
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } .container { width: 100%; min-height: 100vh; background: linear-gradient(135deg, #cf9aaf, #95c0ff); color: #fff; padding-top: 4%; padding-left: 10%; } .container h1 { display: flex; align-items: center; font-size: 35px; font-weight: 600; } .container button { display: flex; align-items: center; background: linear-gradient(#9418fd, #571094); color: #fff; font-size: 16px; outline: 0; border: 0; border-radius: 40px; padding: 10px 25px; margin: 30px 0 20px; cursor: pointer; } .container h1 img { width: 60px; border-radius: 5%; margin-right: 10px; } .container button img { width: 20px; margin-right: 8px; border-radius: 5%; } .input-box { position: relative; width: 100%; max-width: 500px; min-height: 150px; background: #fff; color: #333; padding: 20px; margin: 20px 0; outline: 0; border-radius: 5px; } .input-box img { width: 25px; position: absolute; bottom: 15px; right: 15px; cursor: pointer; }