/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-react-intl/components/Nav.module.css
20 строк
216 B
Henrik Wenz
Update with-react-intl example (#28336)
20 сен 2021, 05:19
Не верифицирован
20 сен 2021, 05:19
6124e7d
Код
Авторство
О чём код?
.nav { display: flex; } .li { list-style: none; margin-right: 1rem; } .active { color: red; } .divider { list-style: none; width: 1px; margin-right: 1rem; background: black; margin-left: auto; }