How to Make a Responsive Navbar with Flexbox? | Well Explained

preview_player
Показать описание
CSS Icons: (W3Schools)

In this video, I have simply explained how to make a Responsive Navbar with Flexbox. Hope you all like this video. Comment your favorite topics. Please subscribe and share. Thank you :-)

#WellExplained #navbar #flexbox

© 2020, Well Explained. All rights reserved.
Рекомендации по теме
Комментарии
Автор

3:31 - flex: 1;
Which forces the flex item to take 100% of free space of the container.

well-explained
Автор

thank u for ur wonderful tutorial after 1week of dying to be creating a navbar responsive u made it simple with flex ...thanks a lott❤❤

saitejaswinisurisetti
Автор

I was trying to make a responsive navbar from almost 6 months but i couldn't make such a responsive navbar thank u so so much

biologyfacts
Автор

Very beautiful and simple way. Thank you bro

digvijaydhakate
Автор

video is very useful but please avoid that music and replace it with ur explanation
it helps when u talk and explains about procedure .

maheshappaji
Автор

but I wonder how to make a transition on the menu when it pops down

abdomahmoud
Автор

How to change the code so that this menu have a x to close the mobile menu ? It should change from = into x .

webdevelopment
Автор

Guys instead of
.navbar li{
padding: 1rem;
}
at 3:02 use-
.navbar li>a{
padding: 1rem;
display: block ;
}


if you don't use this you will not be able to click on a link unless your mouse cursor is directly on the content. I know this is a little bit complex but try it...

mohammediftekhar
Автор

I'm sorry but your video style really doesn't match your channel name. You haven't explained anything rather you demonstrated what you did, without explaining us why you did what you did.

Acesif
Автор

can you make a video to create Responsive Navbar with Dropdown please?
i need your help

mahmoudsayed
Автор

It doesn't work when I click the "hamburguer"

caiosantos
Автор

you should change your channel name to "Very Well Explained"

thenoob