Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ad44d1f

Browse files
committed
readme details
1 parent 00a56da commit ad44d1f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎README.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,18 @@ This project demonstrates the implementation of a responsive navigation bar usin
3535
```bash
3636
npm start
3737
```
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /