next.js/examples/with-react-intl/components/Nav.module.css
Nav.module.css21 lines216 B
.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;
}
Quest for Codev2.0.0
/
SIGN IN