How to Build a Hero Section with HTML and Tailwind CSS (Simple Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2024

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

  • @jas.6x
    @jas.6x 4 หลายเดือนก่อน +2

    First time I've seen a front end video with vim keybinds. Respect!

    • @zackplauche
      @zackplauche  4 หลายเดือนก่อน

      Vim is underrated haha.

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

    finaly !!!! was looking for this in months , Thank you man your the best!!!!

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

      Glad you liked it! 🥳

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

      I was looking for this same tutorial for a long time too lol. I can't believe there aren't more videos on this 🤣

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

    Clear and straightforward! Awesome!

    • @zackplauche
      @zackplauche  10 หลายเดือนก่อน

      Thanks! Are there any other elements you're struggling with? I was thinking of making a video making a Navbar with different technologies.

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

    thanks alot man, for a moment I thought It was cris Hemsworth lol😂

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

      I'll take that as a compliment lol

  • @08DARKRAGE80
    @08DARKRAGE80 ปีที่แล้ว +1

    My only question is where I can find that wallpaper

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

      Here you go buddy 🙂: wallpapercave.com/w/wp2314155

  • @WebDeveloper-xs4uf
    @WebDeveloper-xs4uf 8 หลายเดือนก่อน +1

    How do you actually load images from images folder using Tailwind.

    • @garytraffanstedt
      @garytraffanstedt 8 หลายเดือนก่อน +1

      You can use a normal image tag or if you are using a framework, you may have a framework specific method. I use Next.js which has the Image component. For example with Next.js there is the Image component. TailwindCSS is a CSS library and doesn't have an image loader of its own.

    • @zackplauche
      @zackplauche  8 หลายเดือนก่อน

      This is a question of html, not tailwind css 🙂.
      If you're using a background image, you can use the normal css property of background or background image.
      ex:

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

    on responsibe screen not working!

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

      *Responsive and hmm, what do you mean exactly? Which part? The Navbar was just built to be basic. It typically takes longer to build and style a mobile menu. Separate video usually.

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

    Cmd + B! Cmd + B! Cmd + B! Cmd + B! Cmd + B! Cmd + B! Cmd + B! Cmd + B! Cmd + B!!

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

      Haha I'm learning that more and more from you guys haha. Thanks!

  • @abdisaha2039
    @abdisaha2039 10 หลายเดือนก่อน

    How to use local image, currently I'm using Laravel 10

    • @zackplauche
      @zackplauche  10 หลายเดือนก่อน

      Not sure, never used Laravel.