/
buuded
/
app-web-project
Обзор
Документация
Войти
/
buuded
/
app-web-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/index.css
26 строк
513 B
buuded
v0.0.4
03 фев 2025, 16:53
03 фев 2025, 16:53
db7e508
Код
Авторство
О чём код?
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); :root { font-family: Montserrat, sans-serif; line-height: 1.5; font-weight: 400; color-scheme: light dark; color: #242424; background-color: #f2f2f2; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { } a:hover { } body { display: flex; flex-direction: column; align-items: center; }