How can I make a nav bar like this in CSS?


How can I make a nav bar like this in CSS?



I am beginner in CSS, I have to do a web application and I need some help.
How can I do these types of nav bars? ( top and main)



enter image description here



Thank you so much for your time!





Do the research, make an attempt, and if you still can't figure it out, we can tell you why your attempt didn't work. Otherwise, if you don't feel like doing the research and/or attempting this on your own, hire a developer :)
– Tyler Roper
Jun 10 at 16:42





As part of the research, you can right-click on their nav bar, choose Inspect or Inspect Element (depending on the browser) from the context menu. That will open a web inspector interface to show you what they have done, along with any CSS that was used. However, it may likely be a little over you head if just a beginner, but can give you a basic idea. You can tweak things within the web inspector as you wish, though once the page is reloaded, your local changes will be lost as it reverts to the original page settings.
– Paul T.
Jun 10 at 16:54



Inspect


Inspect Element





Thank you for your answer! This is not a live website. It's a psd file.
– Paraleu Marian
Jun 10 at 17:33









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Possible Unhandled Promise Rejection (id: 0): ReferenceError: user is not defined ReferenceError: user is not defined

Opening a url is failing in Swift