I have the following:
How do I get rid of the blue underline? The code is below:
//CSS
.navigation_bar > ul > li { list-style: none; display: inline; margin: 2%; } .link { text-decoration: none; }
//JSX
Home