/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/basic-css/styles.module.css
13 строк
203 B
hrmny
chore: update prettier to 3.2.5 (#65092)
08 май 2024, 22:47
Не верифицирован
08 май 2024, 22:47
64b718c
Код
Авторство
О чём код?
.hello { font: 15px Helvetica, Arial, sans-serif; background: #eee; padding: 100px; text-align: center; transition: 100ms ease-in background; } .hello:hover { background: #ccc; }