Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

react exact path highlight

nav ul {
  list-style: none;
  display: flex;
  background-color: black;
  margin-bottom: 20px;
}

nav ul li {
  padding: 20px;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

.current {
  border-bottom: 4px solid white;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #exact #path #highlight
ADD COMMENT
Topic
Name
6+6 =