Тёмный

Learn CSS dropdown menus in 6 minutes! 🔻 

Bro Code
Подписаться 1,9 млн
Просмотров 62 тыс.
50% 1

#CSS #course #tutorial
CSS HTML dropdown menu tutorial example explained

Опубликовано:

 

20 сен 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@BroCodez
@BroCodez Год назад
Bro Code Food Apple Orange Banana /* style.css */ .dropdown{ display: inline-block; } .dropdown button{ background-color: hsl(0, 0%, 80%); color: white; padding: 10px 15px; border: none; cursor: pointer; } .dropdown a{ display: block; color: black; text-decoration: none; padding: 10px 15px; } .dropdown .content{ display: none; position: absolute; background-color: hsl(0, 0%, 95%); min-width: 100px; box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8); } .dropdown:hover .content{ display: block; } .dropdown:hover button{ background-color: hsl(0, 0%, 70%); } .dropdown a:hover{ background-color: hsl(0, 0%, 90%); }
@Blueperry1512
@Blueperry1512 2 дня назад
u r the best tutor , I've searched for many video how to create dropdown , your video is magnificent at all.
@Spacetime23
@Spacetime23 4 дня назад
personally, the best and satisfying explanation which I could understand bit by bit. beginner-friendly! thanks a lot bro.
@Honda4Ever
@Honda4Ever 20 дней назад
A simple and quick tutorial. I couldn't need more! Thank you 🙏
@khalidelgazzar
@khalidelgazzar 7 дней назад
Great lesson. Thank you
@jgiixom
@jgiixom 2 месяца назад
Bro, u r the best!
@smartgadgets5996
@smartgadgets5996 5 месяцев назад
Hello.. please make a video auto slide image... I dont get what they teach..you are a good teacher and teach the simple understanding way for us.. thank you
@mariafortes1133
@mariafortes1133 Месяц назад
Thanks for the video!
@cs8529
@cs8529 6 месяцев назад
Thanks for sharing Bro.
@_izro_
@_izro_ 4 месяца назад
Best Explanation Love From Pakistan
@vyvy3130
@vyvy3130 11 месяцев назад
Thanks you!
@daru3112
@daru3112 3 месяца назад
thank you bro God bless
@zahid1909
@zahid1909 5 месяцев назад
You are a real Master, bro! Respect!!
@mswondo
@mswondo 7 месяцев назад
I try to use focus-within to replace the javascript. But we must click on it to appear the pulldown/drop down. And using left, right, top, bottom; I try to control the direction of the dropdown. It's may be : drop down to left, drop down to right, drop up to left, drop up to right.
@davidhusted817
@davidhusted817 6 месяцев назад
You must to add a third parameter for the addeventlistener to "false" , because the default event is bubbling , {From the parent to child}
@mswondo
@mswondo 6 месяцев назад
@@davidhusted817 I think its not necessary. Because if the anchor is a link with href, so its not have sub menu on it. So its a reguler link thats no need to stop the event bubble. But if the anchor has sub menu, its no need href so no event need to listener. An anchor automatic have behaviour that focused when after clicked. If we want to ensure that, we can use attribute : tabindex="0". So focus-within will automatically show or hidden sub menu.
@DubZinio
@DubZinio 4 месяца назад
ty so much dude lu
@suyashman7964
@suyashman7964 8 месяцев назад
Epic bro
@mitskifan2003
@mitskifan2003 3 месяца назад
Thank you!!!!!!!💓💕💞💖💗💓
@danielleburchett6837
@danielleburchett6837 2 месяца назад
Hello, do you know if this will work in a form in Squarespace? Squarespace has a form with a dropdown menu as an option, but I want the drop down menu to be searchable so when you start typing the dropdown menu will only display the words with those characters.
@hameeeed5992
@hameeeed5992 8 месяцев назад
Thanks
@ThomasIkemann
@ThomasIkemann 5 месяцев назад
04:50 I did not know you can do something like that, thank you!
@ruzalshrestha1998
@ruzalshrestha1998 2 месяца назад
God bless u
@pjunior6865
@pjunior6865 5 месяцев назад
thanks
@HeroXI880
@HeroXI880 3 месяца назад
bro what if we want to add icons on the drop down, can u please tell ?
@xarloz3248
@xarloz3248 4 месяца назад
what if i want to change the size all in all?
@birgersandman2662
@birgersandman2662 6 месяцев назад
Thanks bro
@alonneintokyo1821
@alonneintokyo1821 6 месяцев назад
he is a man of code
@Khodepp
@Khodepp 9 месяцев назад
Hi can you tell me how can I move the drop-down menu to left(left of the button) it only goes right
@user-mo6yo4kz1m
@user-mo6yo4kz1m 8 месяцев назад
in .dropdown a{ } try using display:inline-block;
@jidanmaulanas.103
@jidanmaulanas.103 5 месяцев назад
Thanks sir🫡
@minicinnibun
@minicinnibun 5 месяцев назад
i luv u
@user-mo6yo4kz1m
@user-mo6yo4kz1m 8 месяцев назад
it says the video was released 9 days ago and yalls comments are months old 💀
@Yumiesthetic
@Yumiesthetic 7 месяцев назад
it was unlisted then went to public again according to some comment
@mephistergt3614
@mephistergt3614 6 месяцев назад
Lol yea, I saw comments 5 months ago but the video is uploaded 2 month ago 😂
@itzyuzuruclips
@itzyuzuruclips 4 месяца назад
Damm
@yasotube
@yasotube Год назад
Didn't know that 😅
@user-wz9fo1eg1q
@user-wz9fo1eg1q 11 месяцев назад
tao không hiểu tiếng anh
@user-sr9nh3lc2x
@user-sr9nh3lc2x 8 месяцев назад
,👌👌👌👌👌👌👌👌👌👌👌👌👌👍👍👍👏👏
Далее
How to create a CSS navigation bar in 6 minutes! 🧭
6:28
ЭТО ВООБЩЕ НЕ БОЛЬНО !
00:15
Просмотров 251 тыс.
BRAWL STARS x DRAGONFORCE: A Draco Tale
03:46
Просмотров 9 млн
Learn CSS flexbox in 10 minutes! 💪
10:01
Просмотров 105 тыс.
How To Create Advanced CSS Dropdown Menus
16:09
Просмотров 466 тыс.
Learn HTML in 1 hour 🌎
1:00:00
Просмотров 1,8 млн
Learn Flexbox CSS in 8 minutes
8:16
Просмотров 1,4 млн
Redis Crash Course
27:31
Просмотров 591 тыс.
How To Make Drop Down Menu Using HTML And CSS
8:37
Просмотров 355 тыс.
ЭТО ВООБЩЕ НЕ БОЛЬНО !
00:15
Просмотров 251 тыс.