Our First Tailwind CSS Website: Tailwind Tutorial #2

Поделиться
HTML-код
  • Опубликовано: 6 июн 2024
  • Tailwind CSS tutorials for beginners in Hindi: In this tailwind CSS tutorial, we will create our first tailwind CSS website!
    This video will talk about why Tailwind CSS is a boon for developers who hate writing and maintaining CSS
    All the source code and other material will be uploaded on codewithharry.com as and when available!
    TimeStamps ⌚
    Recap - 00:00
    Creating Landing page - 04:59
    Creating Navbar - 06:20
    Adding Logo - 09:27
    Creating Content Section - 12:31
    Adding Picture - 19:14
    ►Check out my English channel here: / @programmingwithharry
    ►Instagram: codewithharry
    python, C, C++, Java, JavaScript and Other Cheetsheets [++]:
    Playlist: • Coding CheatSheets 🧾 b...
    ►Learn in One Video[++]:
    Python[15 Hr] - • Python Tutorial For Be...
    Python Advance[3.5 Hr] - • Python Programming Cou...
    Python[1 Hr] - • Learn Python In Hindi ...
    Python[2 Hr] - • Python Tutorial In Hin...
    Python[15 Min] - • 15 Minute Python Tutor...
    JavaScript[1 Hr] - • JavaScript Tutorial
    C[1.3 Hr]- • C Programming Tutorial...
    php[1 Hr] - • Learn Php In One Video...
    php[2.3 Hr] - • Php Tutorial for Begin...
    php[Project]- • Login And Registration...
    HTML[30 Min] - • HTML 5 Tutorial For Be...
    CSS[8.5 Hr] - • CSS Tutorial In Hindi ...
    CSS[1.4 Hr] - • CSS 3 Tutorial For Beg...
    Wordpress[3.2 Hr] - • How To Make a WordPres...
    Angular[2 Hr] - • Angular Tutorial in Hindi
    Java[2.3 Hr] - • Java tutorial in hindi 🔥
    Web Scraping[1 Hr] - • Web Scraping Tutorial ...
    MongoDB[2 Hr] - • MongoDb Tutorial For B...
    Numpy[1 Hr] - • Numpy Tutorial in Hindi
    Android Dev[12 Hr]- • Android Development Tu...
    Linux[1 Hr] - • Linux Tutorial For Beg...
    JQuery[1.1 Hr] - • jQuery Tutorial For Be...
    Git and GitHub[1.1 Hr] - • Git & GitHub Tutorial ...
    ►Complete course [playlist]:
    React - • React Js Tutorials in ...
    Python- • Python Tutorials For A...
    OOP Python- • Object Oriented Progra...
    Java - • Java Tutorials For Beg...
    Android Dev- • Android Development Tu...
    Python GUI- • Python GUI: Tkinter Tu...
    Web Development- • Web Development Tutori...
    Python Django - • Python Django Tutorial...
    Projects Using HTML, CSS & Javascript- • Projects Using HTML, C...
    Data Structure and Algo - • Data Structures and Al...
    Python Practice programs - • Python Practice Progra...
    Basic Python Programs- • [Hindi] Basic Python P...
    General Python Errors- • [Solved] General Pytho...
    PHP chatroom- • Realtime PHP Chatroom ...
    Follow Me On Social Media
    ►Website (created using Django Rest & Angular) - www.codewithharry.com
    ►Facebook - / codewithharry
    ►Instagram - / codewithharry
    Twitter - / haris_is_here
    Comment "#HarryBhai" if you read this 😉😉

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

  • @abhishekbiranje4533
    @abhishekbiranje4533 2 года назад +129

    npm init -y (y means yes to all)
    for server use (npx serve) it serves your files on your current working directory on localhost also on your network.
    npx server does not support live reloading you must have to relaod the page manually.
    For auto reloading this javascript code will help you,add this code in your script tag in your html:
    function AutoRefresh( time ) {
    setTimeout("location.reload(true);", time);
    }
    AutoRefresh(1000)
    // It will fire location.reload function every 1 second and this will help you
    //to reload page in every 1 second.

    • @mohitchauhan7669
      @mohitchauhan7669 2 года назад +1

      thanks

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

      thanks

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

      Thank You

    • @the_shuvo_sarkar
      @the_shuvo_sarkar 2 месяца назад

      Brother what to do with the Node modules folder and other files that was created during the installation of Tailwind CSS?

    • @Rawailsakib
      @Rawailsakib 2 месяца назад

      @@the_shuvo_sarkaryou just ignore them they include other functionalities for tailwind . your main focus is on the file on which you are working

  • @shashwatbilgrami1796
    @shashwatbilgrami1796 Год назад +8

    Great course. For information: Vite is a bundler which is used to optimize our code, it performs various other tasks such as automatic refresh if there is any change in our program, tree shaking etc. Documentation is amazing if you want more info.

  • @samantmaheshwari2483
    @samantmaheshwari2483 Год назад +1

    Harry Bhai....Really Your Are a best Teacher for web Development in the history of RUclips......

  • @gopalloharnew5948
    @gopalloharnew5948 2 года назад +105

    The new Animation / intro , the way it's edited - it's great. Love you code with harry.❤❤

    • @himanshusharma1710
      @himanshusharma1710 2 года назад +4

      Into music ka naam pta he kya kisikio

    • @coderzadda
      @coderzadda 2 года назад +2

      I see intro many times .. It's Awsm

    • @himanshusharma1710
      @himanshusharma1710 2 года назад +1

      @@coderzadda naam pta he music 🎶 🎵 ka

    • @coderzadda
      @coderzadda 2 года назад +2

      @@himanshusharma1710 nhi

    • @ItxGauravSharma
      @ItxGauravSharma Год назад +1

      @@himanshusharma1710 fire drill by cushy sound name

  • @emphlenoir
    @emphlenoir 2 года назад +7

    I am starting to learn to code and doing some basic HTML, CSS and JS, content like this keeps me going, what a wonderful presentation! Keep it up!

    • @user-sj5oy3jy7m
      @user-sj5oy3jy7m 2 месяца назад

      ummm it's been 2 years what are you doing now

  • @rishabhjain911
    @rishabhjain911 2 года назад +13

    Great Course from Harry Sir. Its something very interesting thing that gives a lot of boost to productivity and makes us a fast front end designer. Thanks Harry Sir for rolling out this course

  • @DattPanchal
    @DattPanchal 2 года назад +2

    Bohot cool hai ye framework, maza aa raha hai iske sath work karne me 😄😄 I loved it !!!!! Thank you harry bhai for this amazing course !!!!!!!

  • @PoonamSharma-hx9jx
    @PoonamSharma-hx9jx 2 года назад +2

    Sir, you are the best teacher in the world. Thanks for teaching us

  • @rasid_khan
    @rasid_khan 2 года назад +8

    if harry bhai starts a course then he will be consistence till the end of the course 🥰🥰💞
    Like if you agree ✌✌

  • @sanathk8570
    @sanathk8570 2 года назад +5

    Tailwind CSS is very useful because I made this website using pure CSS. Then I should write 76 lines of CSS but with using CSS should write only 37 lines of HTML. It will save our time,effort,energy and space.

  • @hadeedtmgggg5837
    @hadeedtmgggg5837 Год назад +1

    Thankyou harry Bhai this video is really very helpful recently I completed your ultimate J's course and now start learning this technology and inshallah after this start learning react from your playlist ❣️

  • @jashanmago9825
    @jashanmago9825 2 года назад +1

    Pahli video ke baad laga tha ki maybe utni achi na ho tailwind bcz customisation is always great. But ab dekha ki kitni kam lines of code me ye kaam ho gaya!!

  • @ar-ug9re
    @ar-ug9re 2 года назад +3

    Sir your content are unique as compare to other and I have a request to make full html,css, javascript in one video 🙏🙏

  • @harshsajla7216
    @harshsajla7216 2 года назад +13

    Suggestion! 👇
    Harry bhai please zoom in your vs code screen while you record so that we can see the code
    I spend almost 5 hours a day and
    Less zoom cause a lot of strain on eyes
    So please keep this in mind while you record
    And top of that
    I love you the way you teach ✨❤️
    I love you harry bhai ✨❤️
    Long live and keep teaching✨❤️

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

    Thoroughly enjoying this series. Your tutorials are very good and using tailwind css is also really fun!

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

    Bhai bahut mazedar cheez hai tailwind CSS. Dil se respect aapke liye

  • @architkhandelwal716
    @architkhandelwal716 2 года назад +5

    This playlist will gonna be the best one 🔥🔥

  • @sajidrajput4491
    @sajidrajput4491 2 года назад +19

    This course of Tailwind css is very amazing & its gives me very help in my web developer career. I requesting you that make projects on html + tailwind css + Js dynamic websites.

  • @vardhakkore2662
    @vardhakkore2662 2 года назад +2

    Love you sir and salute for your work 🙏 You are helping many needed persons .

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

    Every playlist gives us a new hope,
    Energy and excitement.
    Harry bhai Thanks a lot...

  • @atul_404_
    @atul_404_ 2 года назад +12

    *ONE REQUEST TO CodeWithHarry*
    Harry Bhai, while watching your video. I usually write codes (learning while watching). And it was great to clear the doubts while watching your videos. I've learned HTML&CSS basics and believe me it was a great course.
    *REQUEST :* I only have a 14-inch laptop on which I usually write codes, But at the same time, I split my window into 2 halves, first for code and another one for your video. And sometimes I find it very difficult to see the code (Due to their small size).
    So I request you to kindly use the zoom feature while writing the codes.
    And I think some of the students are also dealing with the same issue which I was facing.
    And *Thanks A Lot*, your videos help us many times.❤❤

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

      bro use Windows Key + ZOom Button And Zoom To 200% ot 300% btw same size of laptop

  • @kirtiiyer490
    @kirtiiyer490 2 года назад +16

    This playlist is gonna be the best tailwind tutorial 🔥🔥🔥

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

    apka html and css ka course ko pdh kar he mere life bnai hai ab lagta hai ki haa merko kuch aata hai nahi to after bca ka bade bhi aise lagta tha ki kuch nahi aata merko ones agin thankyou

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

    Great courses by the great man, harry sir is the real badshah in coding world... Thankyou harry sir.

  • @omkarkumbhar3243
    @omkarkumbhar3243 2 года назад +15

    Its npm init -y to generate package.json with default value, by the way amazing course.🥳🥳🥳

  • @techramen1681
    @techramen1681 2 года назад +8

    Finally full tutorial series started! ❤️🔥

  • @rounakkraajsabat1939
    @rounakkraajsabat1939 2 года назад +1

    The new edit in your website is super amazing.
    Love ur videos

  • @sagarkanojia9975
    @sagarkanojia9975 2 года назад +1

    Thanks bhai for creating tutorial on tailwind css earlier, recently earn 3500 by creating simple landing page for salon

  • @than0s869
    @than0s869 2 года назад +3

    Video editing next level 👌🏿

  • @sandeepshah1273
    @sandeepshah1273 11 месяцев назад +4

    At 11:00 instead of adding padding give height and width to img tag and then align-items as center to its parent element which will make the logo(image) to display at center.

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

    ❤️❤️❤️thnku harry bhai ,your videos are much better than any paid courses

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

    With the starting of the new year, Harry Bhai also started the new course of master tailwind CSS.

  • @salikashalu4319
    @salikashalu4319 2 года назад +3

    Thanks for this..Please add full tutorial series of SQL if you can 🥺🥺

  • @bugsfounder
    @bugsfounder 2 года назад +3

    NEW YEAR IS GOING TO ROCK WITH TAILWIND CSS

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

    Loved this whole Tutorial. Thanks a lot Harry Bhai!

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

    Sir thankyou word is so small in front of your efforts without taking any fees or any kind of greediness i wasn't able to control myself to write this 🙏

  • @Rohitkumar-os6rn
    @Rohitkumar-os6rn 2 года назад +3

    Harray Sir your content and video are great. but how do we know which class is best to use and how to memorize the things. Like why I use items-center and why not content-center this is one of the examples.

  • @abhishekgupta3563
    @abhishekgupta3563 2 года назад +3

    This background music is giving a lot of motivation 🔥🔥😎

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

    intro, the way it's edited - it's great. Harry.❤❤

  • @garvtech9721
    @garvtech9721 2 года назад +1

    new intro is really gajab sir, that give vibes --good job harry sir.

  • @SandeshMotoVlogs
    @SandeshMotoVlogs 2 года назад +16

    2:20 its npm init -y flag for default json file setup ☺️

  • @soul_fragments1313
    @soul_fragments1313 2 года назад +3

    You are legend ❤️

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

    mazedaar hai tailwind css, mazaa aagaya harry bhai(epic landing page)

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

    Happy new year Harry bhai . Your videos helped in gaining technical knowledge.

  • @hrushilgawande7222
    @hrushilgawande7222 2 года назад +9

    2:12 npm init ke baad -y lagao to questions nahi pooche jate.

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

      Bhai error aa rha

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

      Npm is not recognized

    • @kabir2190
      @kabir2190 3 месяца назад

      npm init -y

  • @vedaprakashms
    @vedaprakashms Год назад +4

    just a thought, if we have installed tailwind css via NPM then why should we include the same via CDN?

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

    aglyy lecture k intazar mein ....
    just too good

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

    These high quality production videos are fire

  • @kirtiiyer490
    @kirtiiyer490 2 года назад +3

    Speed of my finger when typing school work - 15wpm
    Speed of my finger when clicking on harry bhaiyas notification - 170 wpm

  • @DilipKumar-Batsmen
    @DilipKumar-Batsmen 2 года назад

    Harry bhai Aj smart lg rh ho year ke last din😁... And thanks alot for all this😇

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

    mai react bhi sikh rhah hoon or tailwind bhi or tailwindcss main react mai use krky sikh rha hoon thanks harry

  • @pradipbedre653
    @pradipbedre653 Год назад +1

    thanks harry bhai, worlds best teacher.

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

    harry bhai my all problems are solved and landing page is awesome.

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

    Happy new year Harry bhaiya.. U made my life awesome.. Thank you very much

  • @faizshariff9968
    @faizshariff9968 2 года назад +1

    Naya editing style Kadak hai bhai 👌

  • @Om-pant02
    @Om-pant02 Год назад

    Harry bhai maja aa gya ek dm❤❤❤❤❤❤❤❤
    Respect++

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

    Harry bhai apko aur sabko HAPPY NEW YEAR, aur course bhi bahot badiya hai!
    par agle video mai zara font size please badha dena.
    Hum smartphone se video dekhte hai.

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

    Awesome Intro & Video Harry Bhai

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

    Thanks Bhai aur Happy New year🥳🥳

  • @CodingFever2.0
    @CodingFever2.0 2 года назад +1

    fabulous intro😲😲😲and tutorials always outstanding ❤from faridabad

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

    bhai kya intro bnaya h jitni baar dekho utna acha lagta h

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

    Great Instructor !!! Lot of Love From Pakistan 😍

  • @_code.hunter_
    @_code.hunter_ 2 года назад +1

    Harry bhaiya OP🤩.
    Thanks for it👌🤘.

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

    Nice Sir.
    Now i can start using tailwind css in my project and remove css from it!🤝

  • @manishathemahi
    @manishathemahi 2 года назад +2

    THE BEST TAILWIND CSS COURCE IS HERE

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

    WOW editing skills 🔥🔥🔥
    Intro 🔥🔥 ❤️

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

    Harry Bhai!!!!!! You are Great Person....Thank You

  • @coderzadda
    @coderzadda 2 года назад +1

    Amazing lecture harry sir ....❤

  • @kalpeshlohar4019
    @kalpeshlohar4019 2 года назад +1

    This course is Very helpful. You forgot to say. But really all courses are very helpful.

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

    started my new year while watching this ❤️😊

  • @codenestacademyOfficial
    @codenestacademyOfficial 2 года назад +1

    Great tutorial. I learned so many things.

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

    majedar cheej hai ,,harry bhai is op

  • @user-xs1qo9qc5t
    @user-xs1qo9qc5t 5 месяцев назад

    Just great teaching bro... Loving it😍

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

    Your content is very helpful to me. love your videos 👍 😄

  • @saiyamarora3788
    @saiyamarora3788 2 года назад +1

    This course is really very helpful 😊😊😊😊

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

    Yaar bohot majedaar hai 😀👌💘❤️

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

    Thank you so much harry bhai. It helps a lot.

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

    bhaiya jee :D :D u really enjoy the coding im so impressed by .. thanks from pakistan

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

    Bhai qasam se ye "Tailwind" ma bohat maza araha ha :)

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

    moj karadi apne harry bhai...maza aa gaya ..

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

    Just amazing as always :-)

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

    Nice❤️music in the end harry bhai✨

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

    Harry bhai aap ek advanced video editing course bhi lao plz....
    Seriously cuz I'm really impressed by his editing skills...

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

    Its very easy for me beacause i kkow about bootstrap css thank u harry bhai😍💗

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

    Awesome Harry Bhai... 👌👌👌

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

    Love you brother for your support. Appreciated

  • @bugsfounder
    @bugsfounder 2 года назад +2

    This tailwind css is very very helpful thank u harry bhai

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

    Love your way of Teaching

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

    thank you harry bro
    I am ali from Pakistan and i am your student
    your are looking so beautiful and the way you can teach us so amazing
    god bless you

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

    Bawa ek dam jham video aapse web development ka gyan grahan karne mai dhanya ho gya bas aap apne codes public kijiye sahab

  • @Anonymous-gj4um
    @Anonymous-gj4um 2 года назад

    What a loving intro man.

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

    Harry bhai Maja aa gaya😍

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

    it is mazedaar as you💜

  • @Jason-qm8mu
    @Jason-qm8mu 2 года назад

    Harry bhai looking awesome ❤️

  • @Helloworld6183
    @Helloworld6183 2 года назад +2

    Bhai fan hu me apka big fan❤️❤️❤️

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

    great course harry bhai.....
    ek request hai thoda zoom kr k bnaoo to boht bdiya dikhega

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

    Very interesting bohot majedar hai sir

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

    Such an amazing harry bhai

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

    It's awesome Harry Bhai

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

    You are my coding teacher harry
    Bhi😍😘