Skip to content

Commit 1aa2451

Browse files
committed
NavBar
1 parent 37a10fc commit 1aa2451

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DevCompnent/NavigationBar/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ const tooglenavbar=()=>{
77
};
88

99
mobile_nav.addEventListener("click",()=>tooglenavbar());
10+
// classList= display all classes that are included with particular tag

DevCompnent/NavigationBar/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ a:hover,a:active{
8585
height: 100vh;
8686
background: rgb(199, 243, 228);
8787
position: absolute;
88-
top:0;
89-
left: 0;
90-
88+
top:0;
89+
left: 0;
9190
display: flex;
9291
align-items: center;
9392
justify-content: center;

0 commit comments

Comments
 (0)