We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6fe38 commit c781dc4Copy full SHA for c781dc4
README.md
@@ -1,2 +1,6 @@
1
# Responsive HTML5 CSS3 Navigation Menu (No Framework)
2
+
3
A super responsive HTML5, CSS3 Navigation Menu
4
5
+Demo Link:
6
+https://codepen.io/arravind-r/pen/poEqMJG
favicon.png
13 KB
index.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Responsive HTML5 CSS3 Navigation Menu - No Framework</title>
7
+ <link rel="icon" href="favicon.png" type="image/png" sizes="16x16" />
8
<link rel="preconnect" href="https://fonts.gstatic.com" />
9
<link
10
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap"
0 commit comments