How to create a simple Dropdown Menu Bar using only HTML & CSS

Поделиться
HTML-код
  • Опубликовано: 13 фев 2019
  • How to Create Drop Down Navigation Menu with CSS and HTML | Pure CSS Dropdown Navigation Bar
    👉 Get this Code at: www.divinectorweb.com/
    👉 Buy Me A Coffee: www.buymeacoffee.com/divinector
    Follow this Channel:
    --------------------------------------------------
    👉 Website for Source Code: www.divinectorweb.com/
    👉 Facebook: / divinector
    👉 Twitter: / divinector
    👉 Instagram: / divinector
    👉 Subscribe to this Channel: / @divinector
    ===========================================
    --| Watch More Videos on Webdesign | --
    -----------------------------------------
    ▶️ Full Website For Scratch: cutt.ly/0NCSXoV
    ▶️ Flexbox examples: cutt.ly/XmYdofE
    ▶️ Navigation menu Tutorial: cutt.ly/7mYdnGX
    ▶️ Ken Burns Effects: cutt.ly/wmYdfRb
    ▶️ Swiper slider tutorial: cutt.ly/WmYdWu0
    ▶️ Slick slider tutorial: cutt.ly/5mYdTl3
    ▶️ Footer Design: cutt.ly/ZmYdUHB
    ▶️ Pricing Table Design: cutt.ly/emYdAaY
    ▶️ Contact Form Design: cutt.ly/5mYdFgT
    ▶️ CSS Image Hover Effect: cutt.ly/9mYdK6v
    ▶️ CSS3 Animation Snippets: cutt.ly/umYdBCz
    ▶️ Home page design: cutt.ly/7mYd9Zs
    ▶️ Web Design & Development: cutt.ly/nmYft52
    ▶️ Text Animation: cutt.ly/QmYfpA4
    ▶️ JQuery Plugin Tutorial: cutt.ly/MmYffYb
    ▶️ HTML Template: cutt.ly/AmYfj0s
    Image Credit: Pexels
    Music Credit :
    --------------------------
    Track: Diviners - Savannah (feat. Philly K) [NCS Release]
    Music Provided By: NoCopyrightSounds
    Watch: • Diviners - Savannah (f...
    NCS Spotify: spoti.fi/NCS
    Free Download / Stream: ncs.io/savannah
    #divinector

Комментарии • 45

  • @HostDotPromo
    @HostDotPromo 5 лет назад +3

    This is very useful, I prefer all CSS for sure.

  • @azizrahman3225
    @azizrahman3225 2 года назад

    Awesome I really appreciate it

  • @zanispleve1777
    @zanispleve1777 2 года назад

    Mate, it is not working for me. My problem is starting with 2nd , it is not showing. Can you please tell how to solve this problem?

  • @cciecloud
    @cciecloud 3 года назад

    I love this channel

  • @mubarockster
    @mubarockster 3 года назад

    It really help me alot

  • @swetarani8375
    @swetarani8375 Год назад

    Its a great video... it helped me a lot to understand how all these css properties are working together to generate that beautiful result.

  • @Santello22
    @Santello22 3 года назад

    This helped met a lot. So a big thank you!

  • @nadinemusardo8780
    @nadinemusardo8780 4 года назад

    this was helpful thank you!

    • @Divinector
      @Divinector  4 года назад

      Thanks & Please share the videos of this channel

  • @nbnabil3948
    @nbnabil3948 2 года назад

    very very help full

  • @navaskhaniv-b8719
    @navaskhaniv-b8719 3 года назад

    Wow it's an amazing css and html before this I select other video lecture that wasn't help me.then I choosen it very helpful to me again thanks

  • @kicikuci6758
    @kicikuci6758 5 лет назад

    cool

  • @mahendramohane1048
    @mahendramohane1048 Год назад

    awesome teaching style bro. great n easily explained eveything

  • @angrynorseman5566
    @angrynorseman5566 Год назад

    html, and css seems like it needs a little javascript due to the boundary issue I'm seeing with windows being more narrow.

  • @shahulz4705
    @shahulz4705 3 года назад

    Just owsm bro....

  • @ssigitas69
    @ssigitas69 3 года назад

    Perfect. Very quick and nice. But for me it is to big. I need to try on smaller that tutorial. Thanks so much man. Well done

  • @techysky2706
    @techysky2706 2 года назад

    Software You Used....Please Tell Name of that or Provide Software Download Link

  • @hasibhasan7919
    @hasibhasan7919 2 года назад

    thanks for the music

  • @imanmoodi3696
    @imanmoodi3696 5 лет назад

    whats the name of background song?

  • @Boss_in_Night
    @Boss_in_Night Месяц назад

    Thank you

  • @MsSoldadoRaso
    @MsSoldadoRaso 2 года назад

    and for mobile?

  • @muslimshexany6066
    @muslimshexany6066 3 года назад

    thanks

  • @nanayawpaddy3324
    @nanayawpaddy3324 3 года назад

    my menu is not showing

  • @hotlab7765
    @hotlab7765 3 года назад

    name of program your write

  • @AthlonMDK
    @AthlonMDK 3 года назад

    From:
    .nav-area ul li:hover > ul{
    display: block;
    }
    it does not work for me. I doublechecked but in FF and Chrome does not work
    Is there something i miss?

  • @un230skdk2jas
    @un230skdk2jas 2 года назад

    100% awesome video. hey, I'm just curious about your CSS parts of : the before lines.
    .nav-area:after{
    content:'';
    clear: both;
    display: block;
    }
    instead of that, I wrote
    .nav-area{
    display: inlin-block;
    position: absolute;
    width: 100%;
    background: #262626;
    }
    I think the result is totally the same as the first one with: before.
    If you have some spare time, could u explain the reason u wrote: before? thx.

    • @Moodboard39
      @Moodboard39 Год назад

      Probably don't matter lol probably add things that not necessary

  • @madhurshanan7548
    @madhurshanan7548 4 года назад

    css source code plzzzzz

  • @newsunplastic595
    @newsunplastic595 Год назад

    helping....

  • @Rohit-sn3ew
    @Rohit-sn3ew 4 года назад

    How to Align them to center? please tell pls pls pls
    i m stuck😔😔

    • @Divinector
      @Divinector  4 года назад

      Try
      nav ul{text-align: center} or nav ul{padding-left:30%}

  • @mm-iv3bu
    @mm-iv3bu 2 года назад

    can you provied me this code in soft form