We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a10fc commit 1aa2451Copy full SHA for 1aa2451
DevCompnent/NavigationBar/index.js
@@ -7,3 +7,4 @@ const tooglenavbar=()=>{
7
};
8
9
mobile_nav.addEventListener("click",()=>tooglenavbar());
10
+// classList= display all classes that are included with particular tag
DevCompnent/NavigationBar/style.css
@@ -85,9 +85,8 @@ a:hover,a:active{
85
height: 100vh;
86
background: rgb(199, 243, 228);
87
position: absolute;
88
- top:0;
89
- left: 0;
90
-
+ top:0;
+ left: 0;
91
display: flex;
92
align-items: center;
93
justify-content: center;
0 commit comments