Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
KL Hostel Outing Automation
Commits
9cb552b3
Commit
9cb552b3
authored
Mar 18, 2021
by
Srinivas
Browse files
css2
parent
6552af71
Changes
1
Hide whitespace changes
Inline
Side-by-side
grid-navigation-flexbox.html
0 → 100644
View file @
9cb552b3
<!DOCTYPE html>
<html
lang=
"en-ca"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Grid Navigation with Flexbox
</title>
<link
href=
"css/grid-navigation-flexbox.css"
rel=
"stylesheet"
>
</head>
<body>
<header>
<h1>
Website Name
</h1>
<nav>
<ul
class=
"nav"
>
<li><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Products
</a></li>
<li><a
href=
"#"
>
About
</a></li>
<li><a
href=
"#"
>
Contact
</a></li>
<li><a
href=
"#"
>
Nav 5
</a></li>
<li><a
href=
"#"
>
Nav 6
</a></li>
</ul>
</nav>
</header>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment