generated from Seekra/repository-template
Use classes instead of element selectors at the navbar
This commit is contained in:
+4
-4
@@ -24,11 +24,11 @@ limitations under the License.
|
||||
<link rel="stylesheet" href="assets/style/nav/navbar/navbar.css" />
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<nav class="global-nav">
|
||||
<ul>
|
||||
<li><a href="">Home</a></li>
|
||||
<li><a href="">Profile</a></li>
|
||||
<li><a href="">Contact</a></li>
|
||||
<li class="nav-item"><a href="">Home</a></li>
|
||||
<li class="nav-item"><a href="">Profile</a></li>
|
||||
<li class="nav-item"><a href="">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user