Damn you’re good 🤯🤯 your css nav tutorial was so good. I built 2 back to back. I didn’t even use floats and clears either, your tutorial was so easy to comprehend that I was able to change it around. Can’t wait to try this JS button !!!
Great tutorial, and a great teacher! I really appreciate how you explain the thought process behind what you do and why you do it. I'm fairly new to web-development, but I could still easily follow along the video.
Very informative! Man, do a tutorial of making a page using Flexbox and Grid together. People make dramas of Flexbox vs Grid where in fact they can be used together.
bro Your language i am not uderstandig but your work is i understandig. beacuese i am INDIAN 🇮🇳. Good work bro. Thank You for you tech us. I speak little inglish.
Please! I need your help with this step. How to move the Sign Up button lite further more to the side and keep the Login button withe menu?? Every time try to do that, the Login button is moving as well which's not what want.
very informative with practical,please make the menu animated in mobile view....something like when we will click the hamburger icon than the items will appears from top to bottom with some transitio.
A comment, at the logo class style, add {width: fit-content;} to adjust the logo to own content, garantee not accidentally clicking logo on empty space at nav bar. Thanks #FollowAndrew Very good tutorial
I have a question how would I create this in php? it works great in HTML yet I have an ideal that might work. I'm just asking for now I don't wanna screw anything up while I'm coding.
Is the best way to align the hamburger menu icon better to set the top to -5 and -10 respectively on the before and after pseudo elements or is there a betrer way?
sir i have a question i am trying to create a responsive navbar in flex using only css. But that is not working on mobile view i mean when i click the toggle it is not appearing can you please tell me what is the problem?
My hamburger menu isn''t working. I have no idea why, I copied your code exactly. My items have getting the active class when I click on them but nothing appears. Also when I remove display: none from the items in the css, it still doesn't appear, which makes absolutely no sense. I rewatched the video twice, and my css code is the same. Any ideas what is wrong with my code?
loved the video. Really helpful tutorial. Does anyone know how i could animations so when the hamburger menu is clicked it has a transition effect. Would this be done using JavaScript or css and how should i go about implementing it?
Hello Andrew, thank you for always uploading informative video. I have a problem in this exercise. order property is not working, and when I apply the width 100% to menu items nothing changes.
Thanks for a great tutorial, how would you make the selected nav link, so it shows as another colour? There are a lot of tutorials out there about responsive nav bars, but I have not seen one that shows how to show an active link, so the visitor knows which page they are on.
hi. i did everything, but when i press the 3 bars menu....doesn't open anything. would you know what could be the problem. ? I went step by step...hmm..
Hi Andrew, amazing video, easily comprehensible! One questions: Why do you use position:absolute for the pseudo-elements and not position:relative (toggel button)? Thanks!
Thanks for the tutorial, the best. I just has one problem. I am using brackets and in javascript they consider const an error. This is how it is worded ERROR Pausing error The keyword const is reserved.
Really nice tutorial buddy, thanks, I ditto the comment making the nav with flex and grid but eh we have to do some work ourselves! I am on that now but like the guy below that would be cool! Have a great day ;D
here is a vanilla javascript implementation: var toggle = document.querySelector('.toggle') var items = document.querySelectorAll('.item') toggle.addEventListener('click', () => { Array.from(items).forEach((item) => { item.classList.toggle('active') }) })
Do this navbar actually work on a mobile device? I've followed so many videos that use body {overlflow-x: hidden} to hide the menu which doesn't work on mobile devices.
Hi this a great navber i like it really please can i get the code ? am a student am still learning JS if i will be able to get the code it will be helpful to me thank you
That "order" rule was very handy! I never used it before! Thanks for the thorough explanation.
Great Video. This is the first time I have created an responsive navbar and I learnt it the right way. Thanks Mate!!
Thanks for this - I have completed my navbar! Now back to the make your own wordpress theme - hopefully I can incorporate it!
Great tutorial, thanks! This is the navbar I've been wanting to learn, particularly the functional hamburger menu.
Damn you’re good 🤯🤯 your css nav tutorial was so good. I built 2 back to back. I didn’t even use floats and clears either, your tutorial was so easy to comprehend that I was able to change it around. Can’t wait to try this JS button !!!
Awesome! You'll be there in no time!
amazing tutorial, I really appreciate the time you took to give us lessons
Great tutorial, and a great teacher! I really appreciate how you explain the thought process behind what you do and why you do it. I'm fairly new to web-development, but I could still easily follow along the video.
I learned a ton from this tutorial thank you
Super clean and simple result and very well explained!!! Thank you so much!!!!!!!
Thanks, now I've learnt how to make a great nav bar
Best tutorial I've followed. Excellent.
Very informative! Man, do a tutorial of making a page using Flexbox and Grid together. People make dramas of Flexbox vs Grid where in fact they can be used together.
Very good man, it help-me a loot to understand some concepts and techniques of responsive layout
Thanks Andrew. Great tutorial, that was super helpful. 👍
Great to hear!
really easy tutorial to follow, thank you! I do have a question - how would i be able to put the logo in the center?
Nice sampling Andrew. Thanx
That was really very amazing! Quite informative!
Muchas gracias, estoy adentrándome al mundo del flexbox , estoy en un proyecto y ésto era lo que me faltaba hacer.
Thank u sooooo much …. That was a brilliant tutorial !!!
Thanks. Nice presentation.
this was really helpful! Thanks for your excellent tutorial!
Glad it was helpful!
Thank you so much. I Enjoyed this tutorial and learnt a lot
You bet!
thanks! Medellín- Colombia, great tutorial
Very Good Tutorial.learned many things.thank you!
You bet!
The best method, I recommend
Nice explanatory Video Andrew. please post similar videos.
More to come!
bro Your language i am not uderstandig but your work is i understandig.
beacuese i am INDIAN 🇮🇳. Good work bro.
Thank You for you tech us.
I speak little inglish.
Thank you sir, for your patience , it is a very good tutorial, may i know is their any special reason to use jQuery?
Great tutorial! very helpful.
Thank you for this tutorial! Easy to follow and learn :)
I need help with mine, I done nav bars before but I am having trouble on this one. its with mega menu
Very informative , very useful and well explained ! Thank you !
Have a nice year :)
Please! I need your help with this step. How to move the Sign Up button lite further more to the side and keep the Login button withe menu?? Every time try to do that, the Login button is moving as well which's not what want.
you are teaching GREATFULL
love you bro
Very Good, im from Brasil and I loved your content!
hello, thank you very much for this tutorial -- is there any way to add submenu dropdowns?
very informative with practical,please make the menu animated in mobile view....something like when we will click the hamburger icon than the items will appears from top to bottom with some transitio.
Great video! but u have there some mistakes instead of items u have to write item in order to work properly...
.item.active {
display: block;
}
A comment,
at the logo class style, add
{width: fit-content;}
to adjust the logo to own content, garantee not accidentally clicking logo on empty space at nav bar.
Thanks #FollowAndrew Very good tutorial
Good tip.
Andrew this is tutorials great !! but I would be pleased if you go further on flexbox.. it' s very tricky.
Thank you very much this help me alot :)
You deserve more subs
perfect tutorial , Thank u deeeeply!!!
How would we add a transition to this nav bar? thank you so much for the video! I'm making a website for my wedding :) helps out a lot!
Great tutorial, thanks a lot
i love youuu, thankkk youuu saveeeeddd meee
Javascript is not working on webpage can't output javascript code in web page tell me what I do?
I have a question how would I create this in php? it works great in HTML yet I have an ideal that might work. I'm just asking for now I don't wanna screw anything up while I'm coding.
Great tutorial! like your video! Thanks!
Is the best way to align the hamburger menu icon better to set the top to -5 and -10 respectively on the before and after pseudo elements or is there a betrer way?
Awesome work...
sir i have a question i am trying to create a responsive navbar in flex using only css. But that is not working on mobile view i mean when i click the toggle it is not appearing can you please tell me what is the problem?
My hamburger menu isn''t working. I have no idea why, I copied your code exactly. My items have getting the active class when I click on them but nothing appears. Also when I remove display: none from the items in the css, it still doesn't appear, which makes absolutely no sense. I rewatched the video twice, and my css code is the same. Any ideas what is wrong with my code?
What extension do you use in your live preview?
didn't work here, because I am already working with a massive nav bar megamenu, any help would be appreciated
Thank You Verry Much Sir.❤
Saludos desde Perú 😃 🇵🇪
Que bien!
loved the video. Really helpful tutorial. Does anyone know how i could animations so when the hamburger menu is clicked it has a transition effect. Would this be done using JavaScript or css and how should i go about implementing it?
Great tutorial!
Great video! Thank you so much. :)
Fixed top nav bar with dropdown and responsive, please :3
THANK YOU YOU JUST HELP OUY FOR MY FINAL PROJECT
Do I get like bonus points or something?
On which element would you add the transition if you wanted to the menu toggle effect to be smoother?
Content is getting pushed down when the menu is active(showing). How do we solve that ?
Great tutorial. Would you normally include the logo in the unordered list or should it be in an anchor and img tag?
Thanks! Typically probably the anchor and img tag as you mentioned.
Hello Andrew, thank you for always uploading informative video. I have a problem in this exercise. order property is not working, and when I apply the width 100% to menu items nothing changes.
Thanks for a great tutorial, how would you make the selected nav link, so it shows as another colour? There are a lot of tutorials out there about responsive nav bars, but I have not seen one that shows how to show an active link, so the visitor knows which page they are on.
where is the wistle ?
Who knows how to activate that browser preview? cos I cant do that on VSC
cPwtQfzCZXMAcHjexz yeah I did install it but when I click Open previews it doesn’t link to my html and css webpage
cPwtQfzCZXMAcHjexz it was blank
Awesome tutorial....
How would you go about making home about and services centered in the desktop view?
You could wrap those in an additional wrapper and then that single div could be centered via Flexbox with the logo and login areas...
Hi, how i can display my menu items on the left, next to the logo?
thank you man. love you
how can i do it with no jquery pls help
Version w/o JS: ruclips.net/video/sjrp1FEHnyA/видео.html
How to animate a menu like this?
thanks for this video l learn too from it
hi. i did everything, but when i press the 3 bars menu....doesn't open anything. would you know what could be the problem. ? I went step by step...hmm..
by the way...thanks for the video..great video
Hi Andrew, amazing video, easily comprehensible! One questions: Why do you use position:absolute for the pseudo-elements and not position:relative (toggel button)? Thanks!
so the toglle button will be responsive and wont move from iits position
Thanks for the tutorial, the best. I just has one problem. I am using brackets and in javascript they consider const an error. This is how it is worded ERROR Pausing error The keyword const is reserved.
hello, i went with the code until .bars styling. I have no line. The wird thing is if i add border i see vertical line
problem solved: i changed from background to background-color. But that doesnt respond why i have had vertical line when i added border
@@wembleyyy Not entirely sure? I'd have to see a live codepen to better understand what you're seeing.
Really nice tutorial buddy, thanks, I ditto the comment making the nav with flex and grid but eh we have to do some work ourselves! I am on that now but like the guy below that would be cool! Have a great day ;D
How did you make website automatic refresh? Is it some kind of IIS or Node feature?
Live Server plugin in VS Code
here is a vanilla javascript implementation:
var toggle = document.querySelector('.toggle')
var items = document.querySelectorAll('.item')
toggle.addEventListener('click', () => {
Array.from(items).forEach((item) => {
item.classList.toggle('active')
})
})
just the li*7>a is worth the subscription, amazing thank you for sharing!
Follow Andrew, you'll never regret! 👍
Do this navbar actually work on a mobile device? I've followed so many videos that use body {overlflow-x: hidden} to hide the menu which doesn't work on mobile devices.
Add it within your body style, like:
html,body{
overflow-x: hidden;
}
It does well to prevent horizontal scroll on mobile screen sizes.
Hi this a great navber i like it really
please can i get the code ?
am a student am still learning JS
if i will be able to get the code it will be helpful to me
thank you
Thank you Soo much !
Thank you!
You bet!
Bonjour, Très bon cours Merci
thanks man
what application do you use ?
Like sublime?
VS Code
order is not working
thank you .. :D
Hey Andrew, thank you very very much, but the link to github is defunct!
Good catch, I've fixed that link
Thank you so much
thanks bro
Thank you
so neat