harso-css
Version:
A CSS Framework to make beautiful pages in a few class names
20 lines • 587 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>harso-css nav-bar</title>
<link rel="stylesheet" href="/node_modules/harso-css/harso.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="har-nav-bar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Feedback</a></li>
</ul>
</nav>
</body>
</html>