Navigation Menu Using Html CSS & Javascript | Curved Outside in Active Tab

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 112

  • @OnlineTutorialsYT
    @OnlineTutorialsYT  3 роки тому +9

    Trick 1 : ua-cam.com/video/P_A2kNpyQBs/v-deo.html

    • @anirbanmiddya
      @anirbanmiddya Рік тому +1

      Hii can u please make it using tailwind

  • @sntxrrr
    @sntxrrr 3 роки тому +16

    There are still lots of ways to further optimize this, here's two:
    - write shorter selectors, it's more efficient, easier to read and will reduce the risk of specificity wars. There is no need to write '.navigation ul li' or '.navigation ul li a .icon ion-con' when you can just write '.navigation li' and '.navigation ion-icon'. You can reduce that even further by using logical class names, typically in a BEM-like style so you could use .nav and .nav__item and .nav__link. This is a good habit to get in to.
    - use flexbox for vertical centering, support is excellent so no need for display fallbacks. You can get rid of the two spans inside the link and simply use align-items: center on the link. If you need extra fine control over alignment between icon and text simplest way is to use a transform on the icon. There is no need to use line-height on the text, that's an old trick and can look ugly if you ever need to support wrapping text.

  • @abasop5946
    @abasop5946 3 роки тому +13

    iam in coding class learning basics css/js and we see your videos everybody: "whoaaaa c'est génial" (awesome in french)

    • @Rien62
      @Rien62 3 роки тому

      C'est vrai que c'est tuto sont incroyable

  • @AyushKumar-vp1fl
    @AyushKumar-vp1fl 3 роки тому +10

    Is It insane? Such a Beautiful Design only using HTML and CSS, No images👍👍👍❤️❤️

  • @JB-iz8bi
    @JB-iz8bi 3 роки тому

    your the sort of person who would program their intros in css instead of using some templates online; you're very skilled, indeed.

  • @holiqibrahim
    @holiqibrahim 3 роки тому

    The best channel for web development tips and tricks

  • @shuvroroy2540
    @shuvroroy2540 3 роки тому +1

    500k Congratulation

  • @hackerbuddy873
    @hackerbuddy873 3 роки тому +2

    Waiting for 1 million subscribers

  • @AyushKumar-vp1fl
    @AyushKumar-vp1fl 3 роки тому +1

    Best Channel of India❤️❤️❤️

  • @joanny1710
    @joanny1710 3 роки тому

    Your background music is completely awesome!!

  • @dt5824
    @dt5824 3 роки тому +2

    so so great but can you change the music, it's make me sleepy :))

  • @letslearnwithjosh8027
    @letslearnwithjosh8027 3 роки тому +2

    Congratulations 🎉👏 for 500k subscribers

  • @sachinkumarswami-v3y
    @sachinkumarswami-v3y 8 місяців тому

    thanku so much for your this kind of help

  • @abdullahzulfiqar112
    @abdullahzulfiqar112 3 роки тому

    Love from Pakistan sir❤️
    Your channel help me alot
    Thank you so much for give us such informational content

  • @shubhamsingh-fk2is
    @shubhamsingh-fk2is 3 роки тому +2

    congo for 500k . keep it up

  • @mdkeyes4161
    @mdkeyes4161 2 роки тому

    Best code have i seen. Thanks for this video. Its very appreciable

  • @fahd4007
    @fahd4007 3 роки тому +2

    yeah i was wondering why u not using after before in other video

  • @chriswatts923
    @chriswatts923 Рік тому

    Would this float over the page when opened or would it push age content across when the menu is opened? Cool menu though, very neat

  • @ammrr9137
    @ammrr9137 3 роки тому +2

    ❤️🇳🇵🇳🇵😃👌👌 congratulations for 500k sir

  • @mfaiz6
    @mfaiz6 3 роки тому +1

    beautiful for ui designing

  • @jayrajsingh5283
    @jayrajsingh5283 3 роки тому +1

    Most of your projects are not responsive, please make them responsive sir. They are amazing but when we make them they looks good but we fail to make them responsive. Please make such amazing projects responsive as well

  • @abdullahshafiq2840
    @abdullahshafiq2840 3 роки тому

    AOA!
    I have an idea for you.
    I want you to make a page on which there are some English alphabets of large size and what i want is that whenever you hover over some alphabets it displaces all those alphabets and the area under the cursor becomes empty and the letters are floating randomly.
    you are doing such a great job. your videos are really helpful and i am able to learn so much from you.

  • @iReqenYT
    @iReqenYT 3 роки тому

    Hey, Everything works well besides the icons, I cannot see the icons and I do use the proper form.. Any advice?

  • @harshsinha17
    @harshsinha17 3 роки тому +13

    Hello sir, can you make a registration and login form with localStorage only, it would be a great help if you do

    • @ZahidKhan-th8pz
      @ZahidKhan-th8pz 3 роки тому +3

      Yes Irshad sir 🙌🙌 please make it with local storage JavaScript

    • @whatamiwitnessing1003
      @whatamiwitnessing1003 3 роки тому +3

      Why would you want that to be local storage. So many security flaws its insane.

    • @arjix8738
      @arjix8738 3 роки тому +3

      @@whatamiwitnessing1003 well, for educational purposes it kinda makes sense to only have localStorage
      since what you want to learn is the design and not the security itself

    • @whatamiwitnessing1003
      @whatamiwitnessing1003 3 роки тому +2

      @@tylercs8750 I don't see the relevance of your comment.

    • @whatamiwitnessing1003
      @whatamiwitnessing1003 3 роки тому +2

      @@tylercs8750 Someone already said that tho, making your comment unneeded.

  • @lapetitesouris6808
    @lapetitesouris6808 2 роки тому

    Hello, thank you for this tutorial. Can you help me to understand why did you put dispaly: block and display: flex for the same element please? 4:59min

  • @abdullahshahzadofficial4739
    @abdullahshahzadofficial4739 3 роки тому

    This was amazing navbar.

  • @prakharsoni6406
    @prakharsoni6406 3 роки тому +2

    Nice one!

  • @Mayanksingh-qp6dy
    @Mayanksingh-qp6dy 3 роки тому

    Awesome tutorial

  • @tekrak585
    @tekrak585 2 роки тому

    thanks brother This is amazing ❤

  • @williamsbron2686
    @williamsbron2686 3 роки тому +1

    hi sir
    I have a question
    I wanna use it for mobile size.
    is it possible??

  • @ArifMatubber-km4nv
    @ArifMatubber-km4nv 3 роки тому

    Beautifull

  • @huyentranuc8621
    @huyentranuc8621 3 роки тому

    Thank you for your great videos

  • @desanavik
    @desanavik 3 роки тому +2

    Интересное решение, спасибо 👍

    • @ulbolsynzh
      @ulbolsynzh 3 роки тому

      А как сделать чтобы в право выдвигалась выпадающее меню

    • @ulbolsynzh
      @ulbolsynzh 3 роки тому

      На оставшуюся ширину экрана как сделать меню выпадающим

  • @luiselias8127
    @luiselias8127 2 роки тому

    What is the topic you have in VSCode?

  • @vinaymathrubai1244
    @vinaymathrubai1244 3 роки тому +1

    This is super good ⭐⭐ ⭐⭐⭐

  • @user-ls4nn4jn9q
    @user-ls4nn4jn9q 3 роки тому +1

    Wow man ❤❤❤👌

  • @josueleal567
    @josueleal567 3 роки тому +1

    Nice

  • @JuanCarlos-ox3dc
    @JuanCarlos-ox3dc 3 роки тому +2

    Amazing.

  • @huyentranuc8621
    @huyentranuc8621 3 роки тому

    you can make a menu bar like a video, but can that menu show more submenu . Thaks

  • @MuhammadMustafa-uz2bf
    @MuhammadMustafa-uz2bf 3 роки тому

    please tell me best channal for learn

  • @bunheng8553
    @bunheng8553 3 роки тому +1

    first 1 minute commend

  • @myblogginglab
    @myblogginglab 3 роки тому

    Please Launch UA-cam Video series for Beginners in Website Developments from Scratch

  • @ZahidKhan-th8pz
    @ZahidKhan-th8pz 3 роки тому

    Irshad sir aap ko koun koun sa language aata h please introduce yourself a separate video apni college aur abhi tk ki journey bataye i am excited to listen

  • @babayaga6172
    @babayaga6172 3 роки тому +2

    Sir Can u add your own voice instead of Back ground music!
    It will helped us a lot to understand some logics..
    Please Sir

    • @krishnachoubey8648
      @krishnachoubey8648 3 роки тому +2

      It can be that he don't have a good mic or don't want to do it and still it's his choice.

    • @comoyun
      @comoyun 2 роки тому +1

      @@krishnachoubey8648 Or doesn't know the language well :/

  • @z_ari9247
    @z_ari9247 3 роки тому

    Timestamp: 4:06
    (ignore)

  • @ambarsaxena7687
    @ambarsaxena7687 3 роки тому

    Fan request please clone TypeForm only front-end please 🙏🙏🙏🙏
    Big fan 😢

  • @ashraf_sajid
    @ashraf_sajid 3 роки тому +1

    it would be great if you could use a seperate .js file for the script

  • @hafizjavaid
    @hafizjavaid 3 роки тому

    Sir, please add drop-down menu in it also, it will be great
    Thanks

  • @decay6591
    @decay6591 3 роки тому +2

    Why you put horror bg music? background-music: none;

  • @茗猫-f9t
    @茗猫-f9t 2 роки тому

    great video but I dont like so many "magical value" it make the page vulnerable

  • @radmon_
    @radmon_ 2 роки тому +1

    Hi sir..i have a problem, i've followed this video step by step but when i modify '.navigation ul li a .icon' line-height, it put the icon at the top and the text at the center..how can i fix it?

  • @anjoafiliado2186
    @anjoafiliado2186 3 роки тому

    i'm a amateur in web design... i developer my websites with Wordpress/elementor.
    I managed to copy this class in visual studio, but I couldn't import it to the site, and I also don't know how to place it aligned to one side of the page.
    could you help me with this?

  • @sajima9036
    @sajima9036 2 роки тому

    thanks :0

  • @prayandcode
    @prayandcode 3 роки тому +1

    First here

  • @matthw8441
    @matthw8441 2 роки тому

    What do I do if I want the letter and the bar to change color when I select it?

  • @islamabdelhakiim7258
    @islamabdelhakiim7258 3 роки тому

    sir, may I ask you for this awesome background music's name?

  • @gamerdunia18
    @gamerdunia18 3 роки тому +1

    Sir it is awesome but can you make the transition smooth?

    • @jass__0
      @jass__0 3 роки тому +1

      Ease-out Should be settled

    • @Danorally
      @Danorally 2 роки тому

      @@jass__0 Ease-in Works better in this case I think

  • @saikumarduggana2877
    @saikumarduggana2877 2 роки тому

    how to make curves for horizontal nav tabs

  • @jijojoseph8721
    @jijojoseph8721 3 роки тому

    is it possible to add a fluid transition on click.? i mean when we click active fills with the color and previous active goes out of color to normal

  • @admiral5340
    @admiral5340 3 роки тому

    Sir, if I want to be a front end developer with your channel, where do I start?

  • @solitude_she_doesnt_exist
    @solitude_she_doesnt_exist 3 роки тому

    web developer : its impossible
    muhammad : are you serious

  • @moviesflixer4307
    @moviesflixer4307 3 роки тому

    Sir, can you help me, the problem is that in html I'm adding the video in video tag then I think so can one more thing have we added in this page. In video will have add a video preview gif, when we point cursor on the video so automatically Play video preview. and then after click Play button then play the original video. Sir PlZ help me can you make the video for this topic

  • @jesustzinon
    @jesustzinon 3 роки тому

    i cant find the link for telegram group?

  • @ignacioarancibia1682
    @ignacioarancibia1682 2 роки тому

    The sublink?

  • @aid154r
    @aid154r 3 роки тому

    brother can i have the url for the google fonts pls

  • @kishorep2325
    @kishorep2325 3 роки тому

    will you claim copycat claim If i use this theme in my project and publish it.

  • @letslearnwithjosh8027
    @letslearnwithjosh8027 3 роки тому

    You know that soon I will tell in my video how to make a super portfolio website. I would love to tell you when it's made

  • @zhen_00
    @zhen_00 2 роки тому

    Hey, I need help. I replaced the "#" in , and i added about.html and others etc.. And i copied the all the code and pasted in the about.html and others... then i saved the file and i went to the website and clicked on the about me icon and the animation didnt show and the paged directed me to the about.html without animation, what can i do to fix this and epic tutorial, pls pls pls help me or someone else who knows how to fix this by tomorrow and thanks. epic turotial also nice.

  • @urellapoojitha8681
    @urellapoojitha8681 3 роки тому

    Sir when we code last javascript code it's not working can u pls explain

  • @kurohuagaming6652
    @kurohuagaming6652 3 роки тому

    why the last script wont work for me

  • @eh4756
    @eh4756 3 роки тому

    I didnt understand what happened when you did overflow-x:hidden 7:42

  • @devilcrying100
    @devilcrying100 2 роки тому

    Please add sub menu in it

  • @maneeshaprabhadhee8567
    @maneeshaprabhadhee8567 3 роки тому +4

    Sir , Can you teach php? ❤️

  • @belu-mom9354
    @belu-mom9354 3 роки тому

    Pllease worpress totris

  • @karlo-o2z
    @karlo-o2z 3 роки тому

    why that so many "Position relatives" if someone can explain

  • @johnnytringuyen3382
    @johnnytringuyen3382 3 роки тому

    Hey sir, can you change your music.. It feel so sad :(((

  • @udaytech3191
    @udaytech3191 3 роки тому +1

    Create a shopping website and give full code for free.

    • @jass__0
      @jass__0 3 роки тому +1

      What u gonna do with that lol

  • @sirhkhk6005
    @sirhkhk6005 3 роки тому +1

    Nice render but bad way to do it !

  • @thedimasss
    @thedimasss 3 роки тому

    Its not even animating switch items, what a lame
    If you started animating one part, why did you left another?

  • @meisterton_
    @meisterton_ 3 роки тому

    Great coding ugly music. 😂

  • @abdullahshafiq2840
    @abdullahshafiq2840 3 роки тому

    AOA!
    I have an idea for you.
    I want you to make a page on which there are some English alphabets of large size and what i want is that whenever you hover over some alphabets it displaces all those alphabets and the area under the cursor becomes empty and the letters are floating randomly.
    you are doing such a great job. your videos are really helpful and i am able to learn so much from you.

  • @TYLER-ol8fe
    @TYLER-ol8fe 3 роки тому +1

    nice

  • @comoyun
    @comoyun 2 роки тому +1

    Nice