You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,18 @@ This project demonstrates the implementation of a responsive navigation bar usin
35
35
```bash
36
36
npm start
37
37
```
38
+
39
+
## Menu on Left
40
+
41
+
1. Replacement below code in `reactjs-responsive-navbar-flexbox-html-css\src\common\nav.jsx` in div: nav-logo.
42
+
43
+
```bash
44
+
<a className="nav-bars" href="#navbar" aria-label="Open main menu">
45
+
<i><CgMenuGridO /></i>
46
+
</a>
47
+
<a className='logo-image'>
48
+
<img src={brandlogo} />
49
+
</a>
50
+
```
51
+
52
+
2. Apply changes in css by replacig the style `right:0` with `left:0` in nav element `reactjs-responsive-navbar-flexbox-html-css\src\assets\css\style.css`
0 commit comments