Computer Science, asked by subra2667, 1 day ago

How to create a responsive website using only html and css, especially the navbar.​

Answers

Answered by lBrainlyBrokenl
0

Now create the components folder in src then go to the components folder and create a new folder name Navbar.In Navbar folder create two files index,js and NavbarElements. js.

...

Modules required:

  • npm.
  • create-react-app.
  • styled-components.
  • react-router-dom.
Similar questions