How To Create a Hamburger Menu in HTML , CSS and Javascript | Responsive Navigation Menu

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 175

  • @Lama-Code
    @Lama-Code  4 หลายเดือนก่อน

    Subscribefor more videos : www.youtube.com/@Lama-Code

  • @DarkCupid762
    @DarkCupid762 3 ปีที่แล้ว +6

    thanks for this, it's the simplest tutorial for a hamburger menu on TH-cam!
    I had to rewind like 300 times but it's working!
    tnx again 🤘

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว +2

      thank you for your valuable comment

  • @sagarniroula3644
    @sagarniroula3644 ปีที่แล้ว +2

    Thank you so much for this... You taught me a way no other video taught me... Simple yet very very effective... Love you 3000!

  • @billa4801
    @billa4801 2 ปีที่แล้ว

    Thanku soo soo much bro.. Its very easy.. I selected for a company😁🤝

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว +1

      Hhh, So funny 😂. Enjoy it.

    • @billa4801
      @billa4801 2 ปีที่แล้ว

      Bro plz tell how to give nav ul li ul li >a show when i click. If i click than dropdown icon it suddenly goes up, the dropdown doesn't show plz send me the coding bro

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      @@billa4801 , u can use css or javascript to do this . u can download the source code from the description section.

    • @billa4801
      @billa4801 2 ปีที่แล้ว

      @@Lama-Code ok bro i will try

  • @Lama-Code
    @Lama-Code  10 หลายเดือนก่อน

    Th source code for this Hamburger 🍔 menu is on Codepen: codepen.io/m-mourouh/pen/JjMQjOz

  • @reinaogo7161
    @reinaogo7161 4 ปีที่แล้ว +3

    I was just struggling trying to make a hamburger button!! Thank you very much for sharing your knowledge

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว +1

      Thank you too , keep learning

  • @7lyricss
    @7lyricss หลายเดือนก่อน +1

    Wow 😍

  • @NicoHeinrich
    @NicoHeinrich 3 ปีที่แล้ว +6

    Beautiful. I love it when JS is kept simple like this!

  • @gatishiphoshoko6529
    @gatishiphoshoko6529 ปีที่แล้ว

    The javascript code solved my problem
    Thank you

  • @farhaderonie363
    @farhaderonie363 2 ปีที่แล้ว

    I agree with last comment I,ve seen other videos to this regard yours was and is THE BEST EZ AND SIMPLE more importantly no hidden codes and tricks hope will see more video from you do you any JS videos ? I also encourage you do more simple video like this one.thank you

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      thank you for your valuable feedback

  • @carliosogaming9604
    @carliosogaming9604 ปีที่แล้ว

    I found other solutions on internet they do the same with triple amount of code. Thanks for make it simple.

  • @fiknahs
    @fiknahs 3 ปีที่แล้ว +4

    You literally saved my life. Thank You

  • @TheDStecher
    @TheDStecher ปีที่แล้ว

    There's a lot of positive people here. I'm not completely one of them.
    My criticism is rooted in one simple thing: the use of an external library without proper disclosure to that fact. In the video, the library is referred to as a downloaded file but on Github, it's linked by url directly from the code.
    While it's called "fontawesome-free", that doesn't necessarily make it free to use. Using this code in a project either doesn't work off the bat or opens up a potential vulnerability on top of making internet connection a requirement for further development.
    Removing the references to the external library makes the rest of the code useless since they are key pieces to opening and closing the menu.
    I'd think it better for image files to be included in the project and referred to directly so that there is no reliance on foreign, unexplained or undisclosed elements.
    Other then that, very to the point guide and clean coding!

    • @sagarniroula3644
      @sagarniroula3644 ปีที่แล้ว

      i guess we could add a hamburger icon using three div's... not sure about the cross tho

  • @chomps8071
    @chomps8071 2 หลายเดือนก่อน

    thank you for saving my life.

    • @Lama-Code
      @Lama-Code  2 หลายเดือนก่อน

      😉

  • @DAUDABDILLAH-i4f
    @DAUDABDILLAH-i4f 11 หลายเดือนก่อน

    thanks, it's easy to practice and simple

    • @Lama-Code
      @Lama-Code  11 หลายเดือนก่อน

      Glad it helped!

  • @geustodj
    @geustodj 4 ปีที่แล้ว +6

    for me, the first transition doesnt have a smooth entrance. what could be? thank u!

    • @Mercenarys
      @Mercenarys 3 ปีที่แล้ว +1

      Same here even though nav .mainmenu{ has transition effect is somehow pops up not smooth too

    • @santiagobonilla6306
      @santiagobonilla6306 3 ปีที่แล้ว +2

      I had the same problem, you have to set "top: -100%;" and "display: flex;" inside the media query instead of "top: 0;" and "display: none;"

    • @claudiodeidda6516
      @claudiodeidda6516 3 ปีที่แล้ว

      @@santiagobonilla6306 Thank You :) :)

    • @FCKApatheia
      @FCKApatheia 2 ปีที่แล้ว

      @@santiagobonilla6306 THANK YOU DUDE

  • @LuisMunoz-i5s
    @LuisMunoz-i5s 10 หลายเดือนก่อน

    I just need to know how or where did you get the hamburger icon. I watched your video few times, I went to your repository on GitHub. I even copied and paste it on my VS to see if I was getting something wrong, but neither like that I could get to see the icon :( any comment about it? Thanks

    • @Lama-Code
      @Lama-Code  10 หลายเดือนก่อน +1

      Yes, in this video I was using icons from FontAwesome library that had on my machine. But of course you can use CDN link and add it to use html file

    • @Lama-Code
      @Lama-Code  10 หลายเดือนก่อน +1

      Check codepen where I used cdn instead : codepen.io/m-mourouh/pen/JjMQjOz

    • @LuisMunoz-i5s
      @LuisMunoz-i5s 10 หลายเดือนก่อน

      Thank you!

  • @nikolayliv9124
    @nikolayliv9124 ปีที่แล้ว

    very nice videvo, ij endžodžoj it veri mač, tenk ju sop much

  • @Mercenarys
    @Mercenarys 3 ปีที่แล้ว +1

    I love your code but what very wierd is how your images are used in tag which for some reason italic tag works as an Img? Very confusing & somehow my I'm don't active the nav .main menu to show so idk but still love your tutorial

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      tag is used to add icons from frontawesome library

  • @front-endanimal6359
    @front-endanimal6359 4 ปีที่แล้ว +3

    very nice sidebar for my portfolio, i will use that. i'm too create video about that 😍

  • @yoriichi2504
    @yoriichi2504 ปีที่แล้ว

    Okay I made a site using this but when i debug it on codepen or git hub pages. On my phone menu bar is already opened for like 20px down blocking other elements on the site. How can i fix that

    • @Lama-Code
      @Lama-Code  ปีที่แล้ว

      You can use this sidebar menu instead : th-cam.com/video/QQlxvj_GKss/w-d-xo.html

    • @yoriichi2504
      @yoriichi2504 ปีที่แล้ว

      @@Lama-Code Okay Problem Resolved : You just have to put height 85vh on @media query

  • @davidlafontant2973
    @davidlafontant2973 3 ปีที่แล้ว

    Thank you. Concise and effective. You saved my life. 👏🏿👏🏿👏🏿👏🏿👏🏿👏🏿👏🏿

  • @arafathossain3778
    @arafathossain3778 ปีที่แล้ว

    Great! very small and simple coding.

  • @ANDREWBRYAN-i5c
    @ANDREWBRYAN-i5c 11 หลายเดือนก่อน

    I So wanna you this in CARRD. i'm struggling with understanding how to piece these codes together to work in a embed element i've tested the html in W3school but can't figure how to merge the cssstyle
    to work.. Or maybe i'm missing something any help would be great

    • @Lama-Code
      @Lama-Code  10 หลายเดือนก่อน

      In this hamburger menu , I am using an external css file and a link element to link it with my html code. You can either use inline css or an external css file .
      I am using also Font-awesome library for icons so u need also to add that to your html to have icons on menu.

    • @ANDREWBRYAN-i5c
      @ANDREWBRYAN-i5c 10 หลายเดือนก่อน

      @@Lama-Code do you have a discord by any chance?

    • @Lama-Code
      @Lama-Code  10 หลายเดือนก่อน

      @@ANDREWBRYAN-i5c Yes

    • @Lama-Code
      @Lama-Code  10 หลายเดือนก่อน

      @@ANDREWBRYAN-i5c Discord channel : discord.com/channels/1195699503915868230/1195699505115443315

  • @alial-faqi
    @alial-faqi 2 ปีที่แล้ว

    Thank you, but I have a question, the first time I click on the hamburger menu, the transition doesn't happen

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      You can get the code of this hamburger 🍔 menu from the Github link in the description section and check if u forgot something.

  • @josephmubita9835
    @josephmubita9835 2 ปีที่แล้ว

    Thank you so much. You have really helped me!

  • @yukihirasoma8167
    @yukihirasoma8167 2 ปีที่แล้ว +3

    I followed but the instagram icons never appeared

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      if it dos't appears , then u shoud go to fontawesome website , copy the tag element of instagram icon and replace it in your code.
      Instagram icon : fontawesome.com/icons/instagram?s=brands
      Or u can download the source code of this menu from this github repo : github.com/Deltaty-Code/Humburger-Menu

    • @autuhom5627
      @autuhom5627 2 ปีที่แล้ว

      @@Lama-Code i copied the element but its still not showing

    • @Lama-Code
      @Lama-Code  10 หลายเดือนก่อน

      Use FontAwesome CDN, and add it to your HTML file

    • @Lama-Code
      @Lama-Code  10 หลายเดือนก่อน

      Codepen: codepen.io/m-mourouh/pen/JjMQjOz

  • @SnarfSnarf36
    @SnarfSnarf36 2 ปีที่แล้ว

    Great video! Solved my problem quickly.

  • @OpGamer-ge6ie
    @OpGamer-ge6ie 3 ปีที่แล้ว +2

    Awesome Tutorial! Works and its responsive! Thanks

  • @learnwithzafartech9531
    @learnwithzafartech9531 11 หลายเดือนก่อน

    i love it good job bro

  • @soblim
    @soblim 3 ปีที่แล้ว +1

    Thank you so much , I love this video and the music !!

  • @makingtheweb6620
    @makingtheweb6620 2 ปีที่แล้ว

    I tried incorporating this into a website for practise. I cant get the bars to function when clicked. Can you offer any help.

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      Hi, If the click event isn’t working this means there is an error or a bug in the JavaScript code . I propose you download the source code for this Hamburger menu from the GitHub and try to integrate it in your app.
      You will find the link in the description section.

    • @makingtheweb6620
      @makingtheweb6620 2 ปีที่แล้ว

      @@Lama-Code Thanks for the reply. I used the burger.html css and included js file into the Visual Studio and made some more tags, but bars are still not working. Desktops navs going from page to page, just the bars. Hmm

  • @rokhafella8329
    @rokhafella8329 2 ปีที่แล้ว

    Thanks for this. I have managed to incorporate it in my page. I am still struggling with something. When I click the humberger menu and close it, the background color remains as instead of disappearing. I am still working on a solution.

  • @sahilkadam9737
    @sahilkadam9737 ปีที่แล้ว

    I added Javascript tag everything but the sidebar is not working.. tell me y?

    • @Lama-Code
      @Lama-Code  ปีที่แล้ว

      I think you miss something in html but you can download the code from the description section 😉

  • @christianbonaccorsi9586
    @christianbonaccorsi9586 3 ปีที่แล้ว

    Great Job friend

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      Thank you very much

  • @abdullahabib1999
    @abdullahabib1999 2 ปีที่แล้ว

    Thanks bro everything is working but when I click on any menu it remains in the position, I want when clicked on any option shutter closes on itself.

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      To do this you just need to use a foreach loop for menu items and add an eventListen to each item so when it's clicked call the close function .

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      I have just updated the respo and I added this feature to the hamburger menu :
      you can download it from here : github.com/Deltaty-Code/Humburger-Menu

  • @thematthewpryor
    @thematthewpryor 4 ปีที่แล้ว +5

    This is quality. So simple and yet so brilliant. Thanks a lot.

  • @kenzihanma
    @kenzihanma ปีที่แล้ว

    I have a problem. I reduced the size of the navbar and the hamburger wont show. Please any help would be appreciated

    • @Lama-Code
      @Lama-Code  ปีที่แล้ว

      Probably, you need to change sideBar position as well when it's opened so you can see it

  • @JstMental
    @JstMental 4 ปีที่แล้ว +1

    Yo m8 i have some problems with this kts all DONE but when i try to close thr menu its not working. Can someone help me thanks ❤️❤️

    • @buckieblu
      @buckieblu 4 ปีที่แล้ว +2

      might as well help him then m8?

  • @julianhorsesgaming7408
    @julianhorsesgaming7408 4 ปีที่แล้ว +1

    Hey, good job. How do you select (at 01:43) 4 lines to write the same thing in the same time with VS Code ? Thanks

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว +6

      use this shortcut : shift + alt + ctrl + arrow_down

    • @julianhorsesgaming7408
      @julianhorsesgaming7408 4 ปีที่แล้ว

      @@Lama-Code ok, thanks a lot.

  • @ahmedmahfadi1631
    @ahmedmahfadi1631 3 ปีที่แล้ว

    Thank you very much! very helpful video.

  • @MamamimPlodtook
    @MamamimPlodtook 3 ปีที่แล้ว

    i have tried this code and problem when i click clos menu and wat to click on menu bar again ...there is a proplem. i think somthing wrong on JS but i am beginer.

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      Check the source code in the description section

  • @codewithehr8376
    @codewithehr8376 3 ปีที่แล้ว

    you are doing this job meine bruder just move on you'll be best

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      thank you so much

  • @edwaraguiar7868
    @edwaraguiar7868 3 ปีที่แล้ว

    Excellent tutorial, thanks a million !!!

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว +1

      Thank you so much Edwar

  • @emmyrossini7229
    @emmyrossini7229 3 ปีที่แล้ว

    Why does my hamburger menu not going to the right? everything works fine but the 3 bars are stuck on the left side of my screen.

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      Try to watch this video where I created a hamburger menu using only css

  • @ellis-pr7hh
    @ellis-pr7hh ปีที่แล้ว

    little explanation would be really appreciated

  • @artembaziuk4457
    @artembaziuk4457 4 ปีที่แล้ว

    Nice work, man. Thanks 🔥🔥

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว

      💖💖💖

  • @toufiquekhan5436
    @toufiquekhan5436 3 ปีที่แล้ว

    In midea query (position: fixed), why is it necessary?
    If i not put position: fixed then my close & hamburger menu doesn't work. Why is it happen? Someone please HELP me.

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว +1

      Why Position fixed is necessary ?
      Simply because when you scroll down we want to the sidemenu to be fixed so if we use the absolute position we will not be able to see the sidemenu if we are in bottom of the page .

    • @toufiquekhan5436
      @toufiquekhan5436 3 ปีที่แล้ว

      @@Lama-Code Thank u bro.

  • @blablablablabla1ful
    @blablablablabla1ful 4 ปีที่แล้ว

    Hello, when I select one of menu - openMenu does not want to close. How to repair it? Thank you

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว

      to solve your issue , please check the source code in the description section,

    • @ChrisEden_83
      @ChrisEden_83 4 ปีที่แล้ว

      hi Tazuzu did you sort this? I know where you're coming from, when you click the links the JS menu doesn't close unless you click the closeMenu? I'm just looking into this now...

    • @ChrisEden_83
      @ChrisEden_83 4 ปีที่แล้ว

      I just added a new eventListner for mainMenu and it worked fine:
      mainMenu.addEventListener("click", close);
      Great tutorial Deltay Code! much appreciated.

  • @sayanidas91
    @sayanidas91 2 ปีที่แล้ว

    Thanks a lot Sir.

  • @helloquestionmark9942
    @helloquestionmark9942 4 ปีที่แล้ว

    I cant see the hamburger button, I verified it with replacing my code with the github code, and it's not working

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว

      you cannot see buttons if your laptop was not connected to internet because fontawesome cdn needs that

    • @helloquestionmark9942
      @helloquestionmark9942 4 ปีที่แล้ว

      @@Lama-Code it was connected to the internet

    • @meryem3068
      @meryem3068 4 ปีที่แล้ว

      it does not appear in me either. could you

    • @gpickmeupt5522
      @gpickmeupt5522 3 ปีที่แล้ว

      @@Lama-Code How do i contact you: i followed all your instructions, but my burger bottons won't expand. what could be the matter?

  • @aymenennaji1445
    @aymenennaji1445 7 หลายเดือนก่อน +1

    wa nta mghribi dkhl chwiya dial darija f hdartk hhhh

    • @Lama-Code
      @Lama-Code  7 หลายเดือนก่อน

      Hhh

  • @carlonboy3692
    @carlonboy3692 2 ปีที่แล้ว +1

    Thank u

  • @autuhom5627
    @autuhom5627 2 ปีที่แล้ว

    The hamburger menu isnt popping up for me

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      You can download the source code of this hamburger menu from the link in the description section .

  • @triviagamesfr
    @triviagamesfr 3 ปีที่แล้ว

    thank you man !

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      you are welcome

  • @mistergameur51230
    @mistergameur51230 4 ปีที่แล้ว

    how to have the 3 bars in full screen i would like to have it also even in full screen and how to add a direction to a link when you click on it

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว

      To add the bars icons use the fontawesome library

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว

      to add link onclick use the HTML tag

    • @mistergameur51230
      @mistergameur51230 4 ปีที่แล้ว

      @@Lama-Code where place the

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว +1

      @@mistergameur51230 in HTML file, just like this Contact

    • @mistergameur51230
      @mistergameur51230 4 ปีที่แล้ว

      @@Lama-Code its walking but I want that when I click on the instagram logo its redirects its just creates a link to ribbed

  • @salletob
    @salletob 2 ปีที่แล้ว

    At minute 6.45 when I wanted to reduce to mobile, the bars disappeared. Unfortunately I abandon. Good luck to those who made it. Thank you

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      You can download the source code of this hamburger menu from the link in the description section.

  • @adaezeikemefuna
    @adaezeikemefuna 3 ปีที่แล้ว

    I love the simple js

  • @soniinfo7005
    @soniinfo7005 2 ปีที่แล้ว

    thank man 😇

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      U’re welcome

  • @coulbi8097
    @coulbi8097 3 ปีที่แล้ว

    hey first of, your hamburger menu is very nice and helpful thanks for that! but I have one problem. i tried to add opacity to the nav menu, but when i do it is not working anymore (in the mobile version) (its scrolling very fast down and vanishes)
    can you help me please :)?

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว +1

      I think that if you change the opacity of the navbar , this won't affect the functionality of the hamburger menu,
      Just try to download it from here : github.com/Deltaty-Code/Humburger-Menu.
      Add the opacity in your style.css file and that's it .
      I hope this help you .

  • @ODaro-mc7nm
    @ODaro-mc7nm 4 ปีที่แล้ว +1

    hi, love u ♥ thanks

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว

      I love u too

  • @hringamroll_no1371
    @hringamroll_no1371 3 ปีที่แล้ว

    how to place the menu on the left ?

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      You can place it on the left using position property , check this tutorial where u can see how to make sidebar menu : th-cam.com/video/_XRvPZzRIbo/w-d-xo.html

  • @nikitafilatov6723
    @nikitafilatov6723 4 ปีที่แล้ว +1

    awesome) i love it)

  • @maganabiyev2111
    @maganabiyev2111 2 ปีที่แล้ว

    thank you!!!!

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      U’re welcome

  • @pashaverecni
    @pashaverecni 3 ปีที่แล้ว

    fa characters not working

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว

      You can find the source code of this project in the description section

  • @kcol3747
    @kcol3747 3 ปีที่แล้ว

    I don't even know where to begin, or where you went to start adding these codes. Or the platform. Would have appreciate steps

    • @kcol3747
      @kcol3747 3 ปีที่แล้ว

      Can u tell me where u went and start coding plz thank u 🙂

    • @Lama-Code
      @Lama-Code  3 ปีที่แล้ว +1

      I started coding when I was in university, then I decided to improve my skills by learning from the internet (TH-cam tutorials, coursera,openclassroom,....etc) , so always 'learn and practice' , this is my advice for u if u're new to the web dev.Good luck K Col 👍.

    • @kcol3747
      @kcol3747 3 ปีที่แล้ว

      @@Lama-Code i appreciate u thanks

    • @kcol3747
      @kcol3747 3 ปีที่แล้ว

      @@Lama-Code new sub

  • @codewithehr8376
    @codewithehr8376 3 ปีที่แล้ว

    thank you very much

  • @Everest_moli
    @Everest_moli 3 ปีที่แล้ว

    Awesome!!!

  • @lucianoneto2177
    @lucianoneto2177 3 ปีที่แล้ว

    NOSSA IRMÃO TE AMO !!!!!

  • @saroshahmed7097
    @saroshahmed7097 4 ปีที่แล้ว

    Good one

  • @LiveINyourGood54
    @LiveINyourGood54 3 ปีที่แล้ว

    you should explain what you are doing instead of putting in music. It's kind of confusing.

  • @melfordbirakor
    @melfordbirakor 4 ปีที่แล้ว

    thanks a lot

  • @eugeniotur
    @eugeniotur 3 ปีที่แล้ว

    gracias !!!

  • @simoid6246
    @simoid6246 3 ปีที่แล้ว

    Baghi nsawlak

  • @agentsmith849
    @agentsmith849 ปีที่แล้ว

    I literally used your source code and this crap doesn't even work.

    • @Lama-Code
      @Lama-Code  ปีที่แล้ว

      Check this one 😉: th-cam.com/video/QQlxvj_GKss/w-d-xo.html

  • @spyders4445
    @spyders4445 2 ปีที่แล้ว

    B

  • @gpickmeupt5522
    @gpickmeupt5522 3 ปีที่แล้ว

    please reduce or REMOVE THE MUSIC: NOT A MUSIC CLASS YOU KNOW

  • @_dikshantbisht
    @_dikshantbisht 2 ปีที่แล้ว

    brother no one needs background music ,instead you could have narrated the process.

    • @Lama-Code
      @Lama-Code  2 ปีที่แล้ว

      I started improving the quality of my videos and I will replace music 🎶 with explaining projects I create.
      Thank you brother for your advice.

  • @worldtrendtv01
    @worldtrendtv01 2 ปีที่แล้ว

    thanks so much

  • @meryem3068
    @meryem3068 4 ปีที่แล้ว

    I cant see the hamburger button, I verified it with replacing my code with the github code, and it's not working

    • @Lama-Code
      @Lama-Code  4 ปีที่แล้ว

      you need to be connected to the internet because icons are imported from fontawesome library

    • @meryem3068
      @meryem3068 4 ปีที่แล้ว

      @@Lama-Code how is it transferred. can you help me?

    • @heshboi
      @heshboi 3 ปีที่แล้ว

      @@meryem3068 Hey, you need to go to fontawesome website and get the url to post into your html area with the other links. That's how the take gets the icon. I don't know why this useless guy with his useless video didn't include this step.

  • @nameless798
    @nameless798 3 ปีที่แล้ว

    Thanks :)

  • @candy_front
    @candy_front ปีที่แล้ว

    thank u