CSS Grid - Ultimate MasterClass | Sigma Web Development Course - Tutorial #39

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 1 тыс.

  • @CodeWithHarry
    @CodeWithHarry  Год назад +496

    I tried to create the best CSS grid resource out there and it took real hard work to create all those images, animations and analogies . Hope this video will teach CSS grid to millions of students for free 💝
    Source code and english subtitles are now up for all the videos #SigmaBatchOP

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

      Love you sir, this is very amazing course. I never touched CSS but after taking this course, in this time I am really able to create wonderful websites. Thank you sir for this new sigma series and the 100 days of Python.

    • @mhtechnoworld5527
      @mhtechnoworld5527 Год назад +3

      Bro Ap Se Question Pochna Ta Ke Agar Ham Sirf Python Ko Pro Level Tak Sekh Le To Hame Other Languages Ko Sikhna Ke Zarorat hai Ya Nahi.
      And Wo Konsa Kam Hai Jo Python Se Nahi Ho Sakta Jis Me Other Languages Ke Need Hoge Hame.
      Please Reply 🙏🙏🙏

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

      Sigma Batch Op....
      Thanks Bhai for everything....❤❤❤

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

      js kab start kr rahay hooo

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

      #SigmaBatchOp

  • @amitmauli
    @amitmauli Год назад +243

    Really it is one of the most difficult topics in css but you have made it so easy....i understood it just because of you sir...thanks a ton!!!

  • @NaqibUllah-ql6li
    @NaqibUllah-ql6li Год назад +8

    thank you sir i am naqib ullah from pakistan and recently I started django from your channel it's usefull and I able to make websites after watching 30 videos. thank you sir

  • @hanzalamansoor
    @hanzalamansoor 4 дня назад

    I mean this is mind blowing that professional web dev takes time to understand this difficult concept of grid but you made it look so easy that we all understand this concept in just a one video, bravo for your efforts.

  • @dazzleflystudio2605
    @dazzleflystudio2605 Год назад +16

    Seriously harry bhai mai apse bor nhi hota u r soo sweet and good teacher inthe world thank so much Allah apko sahat de

  • @Ebombay-pm6wi
    @Ebombay-pm6wi 10 месяцев назад +12

    Bhai aaj he video sikhne me mera pura din nikal gaya 😅😅 bhai bahot tuff course hai mera nasib ki muje free me itna achha course mila ❤❤❤
    #sigmabatchOP

    • @sadi404
      @sadi404 10 месяцев назад +2

      bro this topic was very hard

  • @Hafijur0211
    @Hafijur0211 10 месяцев назад +26

    🎯 Key Takeaways for quick navigation:
    00:00 📐 *CSS Grid is a layout tool used to create grids in CSS, simplifying the process of designing layouts compared to floats and positioning.*
    01:50 📏 *CSS Grid allows defining the number of columns and rows, and their sizes using properties like `grid-template-columns` and `grid-template-rows`.*
    04:38 🗃️ *Understanding grid lines, grid cells, grid tracks, and grid areas is essential for effective use of CSS Grid.*
    07:58 🛣️ *Grid lines and cells can be named for easier reference, enhancing readability and maintenance of the code.*
    13:08 🆔 *Grid areas can be named, allowing a more intuitive way to define and place items within the grid using `grid-template-areas`.*
    16:54 🏞️ *Another method involves using `grid-template-areas` to directly name and allocate areas for items within the grid, simplifying layout organization.*
    19:42 🖼️ *Using named grid areas like 'nav', 'side', 'article', and 'footer' makes it easy to allocate and position items within specific sections of the grid.*
    20:11 🎨 *CSS Grid allows you to control the layout of items, specifying grid areas for them.*
    21:37 🌐 *You can make items overlap by defining their grid areas, providing flexibility in layout.*
    22:34 📐 *The FR unit in CSS Grid allows you to create flexible and responsive layouts.*
    23:58 🚧 *The gap property helps create spacing between grid items, both row gap and column gap can be customized.*
    24:53 🔄 *Justify and align items can be used to center items within their grid cells.*
    26:49 🔄 *Individual items within the grid can be aligned or justified using align-self and justify-self properties.*
    27:46 🔁 *The repeat function simplifies the creation of multiple columns or rows with the same size.*
    28:14 📏 *The minmax property allows setting a minimum and maximum size for grid items, ensuring flexibility.*
    30:04 🧭 *Justify content and align content help position the entire grid within its container.*
    31:00 🏞️ *Place content and place items provide a shorthand for aligning and justifying content within the grid.*
    Made with HARPA AI

  • @fizafashion6595
    @fizafashion6595 Год назад +42

    Assalam O Aliakum. I am from pakistan. I am taking the Sigma web devlopment course. Truly speaking i always felt scared from the topics of grid and flex box but today from this course all the topics are clear. I request to continue this course it was helping me alot to bulit my strong concepts. Thanks

    • @noxknock2740
      @noxknock2740 Год назад +11

      world cup sai to bhar ho gaya

    • @adeelahmad3889
      @adeelahmad3889 10 месяцев назад

      un pa chr
      @@noxknock2740

    • @BlackVoz
      @BlackVoz 10 месяцев назад +19

      ​@@noxknock2740Bhai video Dekh Aur ja Tu Idher larne Aya hai? ajeeb log

    • @junaidexplainer941
      @junaidexplainer941 10 месяцев назад +4

      Don't worry. Harry Bhai humein ek web developer zroor Bnaien
      Gai. Sare log reply mein likho Brober

    • @webdev241
      @webdev241 8 месяцев назад +1

      Waalikum us Salam

  • @vikashalder2743
    @vikashalder2743 11 месяцев назад +19

    CSS grid is hard but the teacher explained vary well. I haily recomend this awesome Ultimate MasterClass to every one. Love you #HarryBhaiya #SigmaBatchOP

  • @darkpikachu123
    @darkpikachu123 Месяц назад +2

    #pinme
    Key points in this lecture:
    1. fr means fraction - helps in distributing grids evenly.
    2. repeat saves time in setting fractions.
    3. minmax functions helps in adjusting cell width and height with minimum and maximum set values.
    4. align-self, justify-self, justify-items, align-items works within grid cells.
    5. "justify-content", "align-content" works within the entire grid container, "place-content" does both of their jobs in one go.
    6. "justify" arranges items around the main axis and "align" arranges the items around cross axis.
    7. Use "gap" instead of "padding" in grid or flex.
    8. Lastly always try to use "start" and "end" rather than "flex-start" or "flex-end".

  • @himanshumudgal7170
    @himanshumudgal7170 4 месяца назад +9

    the amout of effort that you put to make our concepts crystal clear is just unmatchable. Hats off to you man.

  • @ShubhamGupta-dr8jq
    @ShubhamGupta-dr8jq 4 месяца назад +1

    kabhi bhi doubt ho toh harry bhai ka video dekh lo, full detail explanation rehta hai, hats off you big brother, love you 3000.

  • @sayanmukherjee1445
    @sayanmukherjee1445 Год назад +14

    Oh man, This Web Develoment course is fabulous and also what your energy are. word falls short to spoke about this course. This free course is very much valuable more than any premium course with its high quality.

  • @mrnobody8350
    @mrnobody8350 3 месяца назад +2

    THIS MAN IS SUCH A MASTER BLASTER IN TEACHING YOU DESERVE A MILLION TON RESPECT ... AMAZED, ONE OF THE MOST DIFFICULTS TOPICS BUT U MADE IT SO EASY TO UNDERSTAND....👌

  • @targetme5716
    @targetme5716 Год назад +18

    How much effort you are giving!😮😮😮 to clarify our concepts on every topic of CSS just mind blowing.love you Harry sir ❤❤❤

    • @editingzone.1393
      @editingzone.1393 9 месяцев назад +1

      Grid-template-areas not working in chrome and edg can u tell me which browser you are using ?

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

      @@editingzone.1393 it works in chrome

  • @AryanJC07
    @AryanJC07 9 месяцев назад +2

    Mere ko to bada maza araha hai is series mei abhi tak all clear hai❤. Ab to web dev master krke rahunga bhale kuch bhi hojaye ❤. Thank you Harry bhai 🎉

  • @JiveshGoel010
    @JiveshGoel010 9 месяцев назад +3

    This is the best tutorial anyone can get to learn CSS grid. 😄

  • @saymanlal
    @saymanlal 3 месяца назад +2

    One of the best video's ever on CSS grid cleared the complete concept with proper explanation and examples!!! Thanks Sir ji

  • @TheRealWokeGuy
    @TheRealWokeGuy 8 месяцев назад +3

    harry bhya iss video ko dekhne ke bad aisha lag rha hai ki puri css ek trf grid ek taraf

  • @saaifbanday8437
    @saaifbanday8437 9 месяцев назад +4

    Best Css playlist on RUclips

  • @MohiniJat-j6g
    @MohiniJat-j6g 2 месяца назад +5

    😮 toughest video of css till now 😊

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

    Knew grid before but came to know about number of different properties by watching your video🤟🤟

  • @RehanPathan-3221
    @RehanPathan-3221 Год назад +24

    I'm grateful for the time and energy you've invested in creating this MasterClass. Your commitment to helping others succeed in web development shines through, and it's students like us who benefit greatly from your expertise. Thank you for sharing your knowledge and making the learning process both enjoyable and rewarding. Here's to mastering CSS Grid and creating amazing web layouts, all thanks to your outstanding guidance! 🌟🚀 #SigmaBatchOp #CSSGridMastery #SigmaWebDevelopment #SkillBuilding #StayCommitted

  • @suchetapal
    @suchetapal Год назад +38

    Blessed to have this course, better than any paid courses available. Thank you so much. 🙏#SigmaBatchOp 😇

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

      Help Me 😭😭🙏🙏🙏
      I encountered an issue while trying to install Kali Linux on my HP G8 notebook. Here's what happened:
      1. I created a bootable USB drive for the installation.
      2. During the installation process, I mistakenly selected what I believe was the C drive (which contains Windows) as the installation target.
      3. After completing the installation, I noticed that only the command-line interface of Kali was available, and the graphical interface was missing.
      4. Later, when I attempted to boot into Windows using the Grub bootloader, I encountered an error that prompted me to perform an automatic repair and troubleshoot.
      5. In an attempt to fix this issue, I entered some commands in the command-line interface, including "choose disk," "list disk," "clear," "format," and "fs quick" commands, repeating some of them.
      6. Unfortunately, this led to a new problem: I received an error message that said, "boot device not found, please install an operating system on your hard disk."
      7. As a result of this error, I'm now unable to boot from the USB drive or access my operating systems.
      I'd appreciate any guidance or solutions to address these issues.

    • @SUDHIRKUMAR-id8vy
      @SUDHIRKUMAR-id8vy Год назад +1

      Ek dusre se connection bana ke rakho taki ek dusre ki help kar sako....?

    • @deepakkansal9112
      @deepakkansal9112 10 месяцев назад

      connection ke chakkr m uski lena chata h naa @@SUDHIRKUMAR-id8vy

    • @rexhan__
      @rexhan__ 4 месяца назад

      Yes​@@SUDHIRKUMAR-id8vy

  • @GuglePhutus-m3c
    @GuglePhutus-m3c 10 месяцев назад +3

    Best mentor ever
    thanks haris bhai you're doing great work for the students

  • @mrcode73
    @mrcode73 29 дней назад

    Through this course, I have become a really academy-free student. Harry Brother you are awesome. 🥰😍🥰😍

  • @marufhussain3348
    @marufhussain3348 Год назад +5

    I am very excited for this course and Sigma batch is OP❤

  • @NileshGuptaA-rr6yb
    @NileshGuptaA-rr6yb Год назад +1

    Sigmabatchop bhaiya ji❤❤❤ puri video dekhne bad bol rha hu jo bhi ish batch ko follow kar rhe h vo bhut ache web developer bnege

  • @chirpy_ashi
    @chirpy_ashi Год назад +9

    i love your way of teaching ...lots of respect for your efforts and for you😊😊

    • @deepakkansal9112
      @deepakkansal9112 10 месяцев назад +3

      are aunty aap bhi web dev sikh rhi h

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

      @@deepakkansal9112 hahahahhhaha

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

    Harry bhai , i am really really thankful to you for providing us this expensive course without any cost .

  • @ayushkhaire6244
    @ayushkhaire6244 Год назад +13

    Note : Grid can be used for responsiveness .
    By the way , very enhanced quality + content + clearance + concept understanding far better than the last web dev course . I am thats why watching again #SigmaBatchOp

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

      Help Me 😭😭🙏🙏🙏
      I encountered an issue while trying to install Kali Linux on my HP G8 notebook. Here's what happened:
      1. I created a bootable USB drive for the installation.
      2. During the installation process, I mistakenly selected what I believe was the C drive (which contains Windows) as the installation target.
      3. After completing the installation, I noticed that only the command-line interface of Kali was available, and the graphical interface was missing.
      4. Later, when I attempted to boot into Windows using the Grub bootloader, I encountered an error that prompted me to perform an automatic repair and troubleshoot.
      5. In an attempt to fix this issue, I entered some commands in the command-line interface, including "choose disk," "list disk," "clear," "format," and "fs quick" commands, repeating some of them.
      6. Unfortunately, this led to a new problem: I received an error message that said, "boot device not found, please install an operating system on your hard disk."
      7. As a result of this error, I'm now unable to boot from the USB drive or access my operating systems.
      I'd appreciate any guidance or solutions to address these issues.

  • @TejasWasnik
    @TejasWasnik Год назад +3

    Tutorial 39 done. ✅
    SIGMA BATCH OP!

  • @Android-17
    @Android-17 Год назад +22

    😮 CSS Grid done ✅
    Complex concepts explained in a really simple way
    Thank you Harry Bhai 🙏
    #SigmaBatchOP 🔥

  • @Anshumanmishhra
    @Anshumanmishhra Год назад +3

    6 November 2023 2:34 PM, Yes I'm doing this beautiful course regularly #SigmaBatchOP

  • @abhiramcs6581
    @abhiramcs6581 Год назад +11

    #sigmabatchop
    Harry bro..I don't know how to say about your style of teaching through words.like its a feeling!!
    You are one of the best teacher I have ever seen in my life.
    The hardwork you take for creating this tutorial is awesome..
    Very eagerly waiting for your next video
    ❤️❤️❤️❤️❤️

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

      Help Me 😭😭🙏🙏🙏
      I encountered an issue while trying to install Kali Linux on my HP G8 notebook. Here's what happened:
      1. I created a bootable USB drive for the installation.
      2. During the installation process, I mistakenly selected what I believe was the C drive (which contains Windows) as the installation target.
      3. After completing the installation, I noticed that only the command-line interface of Kali was available, and the graphical interface was missing.
      4. Later, when I attempted to boot into Windows using the Grub bootloader, I encountered an error that prompted me to perform an automatic repair and troubleshoot.
      5. In an attempt to fix this issue, I entered some commands in the command-line interface, including "choose disk," "list disk," "clear," "format," and "fs quick" commands, repeating some of them.
      6. Unfortunately, this led to a new problem: I received an error message that said, "boot device not found, please install an operating system on your hard disk."
      7. As a result of this error, I'm now unable to boot from the USB drive or access my operating systems.
      I'd appreciate any guidance or solutions to address these issues.

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

      Help Me 😭😭🙏🙏🙏
      I encountered an issue while trying to install Kali Linux on my HP G8 notebook. Here's what happened:
      1. I created a bootable USB drive for the installation.
      2. During the installation process, I mistakenly selected what I believe was the C drive (which contains Windows) as the installation target.
      3. After completing the installation, I noticed that only the command-line interface of Kali was available, and the graphical interface was missing.
      4. Later, when I attempted to boot into Windows using the Grub bootloader, I encountered an error that prompted me to perform an automatic repair and troubleshoot.
      5. In an attempt to fix this issue, I entered some commands in the command-line interface, including "choose disk," "list disk," "clear," "format," and "fs quick" commands, repeating some of them.
      6. Unfortunately, this led to a new problem: I received an error message that said, "boot device not found, please install an operating system on your hard disk."
      7. As a result of this error, I'm now unable to boot from the USB drive or access my operating systems.
      I'd appreciate any guidance or solutions to address these issues.

  • @amisharaj123
    @amisharaj123 Год назад +213

    jaise jaise series bdh rhi complexity bdhti ja rhi 🙃🙃🙃

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

      Hnnn

    • @riturajsharma3937
      @riturajsharma3937 Год назад +5

      @amisharaj123 yrr agr tere job lag jye to mere bhi lag vadio

    • @harshvardhan_singh1130
      @harshvardhan_singh1130 Год назад +3

      Hnn yrr too much difficult 😢

    • @SUDHIRKUMAR-id8vy
      @SUDHIRKUMAR-id8vy Год назад +7

      Ek dusre se connection bana ke rakho taki ek dusre ki help kar sako....?

    • @ashoknayak-le3zz
      @ashoknayak-le3zz Год назад +6

      If don't increase the complexity, learning just HTML and CSS might take three months, while mastering web development could take up to three years. If you feel like Harry sir learning faster, seek other resources or areas to improve your skills in those topics.

  • @whitemask-Community
    @whitemask-Community Год назад +6

    I was really struggling on the " justify-content " and " justify-items " from a long time.
    Dude you're awesome. Thanks brother for the course.
    #100daysofcode
    #sigmawebdevelopment
    #sigmabatchop

  • @AllinOne-fe7tw
    @AllinOne-fe7tw 5 месяцев назад

    How much effort you are giving! to clarify our concepts on every topic of CSS just mind blowing.love you Harry sir

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

    finally after exploring many videos i understood css grid thank you harry sir for such wonderful video

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

    Please make a complex web-page using CSS Grid... It will be very helpful for more clarity...

  • @AltcoinAdventurers
    @AltcoinAdventurers 10 месяцев назад +6

    Harry be like : Samaj agya hoga 😊
    Me : Baingan 😂😂😂

  • @CodeGenetics
    @CodeGenetics 7 месяцев назад +1

    best course ..beats all the paid and free courses

  • @ravikaransingh124
    @ravikaransingh124 Год назад +5

    Sigma batch op ❤

  • @Love_39_Gaming
    @Love_39_Gaming Год назад +3

    39th Day #SigmaBatchOp❤❤

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

    Sigma WebD batch sbse OP🤟👍
    Harry bhai hai to moomkin hai🙂

  • @TSHGaming1843
    @TSHGaming1843 6 месяцев назад +9

    Best video On Grid i have seen till now #SigmaBatchOP

  • @mdsohanurrahmanhridoy1343
    @mdsohanurrahmanhridoy1343 Месяц назад +1

    Completed 39❤ Understood the CSS Grid....Thanks vai❤

  • @AN_Bhagat
    @AN_Bhagat Год назад +5

    #SigmaBatchOp
    #Harry Sir❤❤

  • @Ranjeet_47
    @Ranjeet_47 3 месяца назад +2

    Best Free Course Available On Internet

  • @DeepikaDecodes
    @DeepikaDecodes Год назад +3

    Amazing video. 👏 Thank you for making such a great video.❤

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

    sala kahi p esa course nai milta best teacher meri tara hi dusro ki help krna chahte

  • @riturajsharma3937
    @riturajsharma3937 Год назад +5

    Puri css ek trf or akele gird ek trf

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

    😁mast,,,poora web development seekhunga.... sukriya harry bhai...😁

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

    I wish I will be a pro developer like Harry Bhai

  • @FreeLancer-pl8ev
    @FreeLancer-pl8ev 9 месяцев назад

    but harry bhai ki dekhne k baad kabhi bhulu ga hi nhi itna easy way mai sikhaya bhai nai "HARRY BHAI K AAGE KOI TIK SKTA HAI KYA HARRY BHAI ROCKING"

  • @skalwaghe56
    @skalwaghe56 10 месяцев назад +3

    Great masterclasses full topic in 1 shot ! #SigmaBatchOP

  • @hirenparkar7480
    @hirenparkar7480 7 месяцев назад

    Bhaii bahot hii acchese explain kiya hai yeh topic
    Grid1 ko samajne keliye time laga maine 3 times video dekha till grid 1 in start
    Grid 2 was easy
    Aur finally abhi pura CSS grid ka concept samaj gaya
    #sigmabatchop🔥🔥

  • @SketchBoyofficial
    @SketchBoyofficial Год назад +9

    i don't understand why Grid is important

    • @triggedgaming426
      @triggedgaming426 7 месяцев назад +3

      For adjusting photos and box using grid

  • @MohammadAlikhanKhan-u4v
    @MohammadAlikhanKhan-u4v Год назад +2

    Now I finally understand css grid😊 thanks Harry bhai

  • @sudarshanhazarika8662
    @sudarshanhazarika8662 9 месяцев назад +1

    best explanation of CSS Grid on the internet, looks so easy to learn it from you, thank you harry sir

    • @editingzone.1393
      @editingzone.1393 9 месяцев назад

      Grid- template- areas not working in edg and chrome . So what can i do ?

    • @editingzone.1393
      @editingzone.1393 9 месяцев назад

      Can you tell me which browser are you using ?

    • @therealartist9
      @therealartist9 9 месяцев назад

      @@editingzone.1393 incognito browser

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

    Sigma web development course of harry bhai is OP🔥🔥

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

    watched it 2 times , i fully understand the concept , harry bhai , to me its was a difficult concept , thanks for making it easy and concise , perfect for IT students , you are the best teacher . i really appricate your effort and hard work . ❤

  • @Asfandyarwali-j4y
    @Asfandyarwali-j4y Год назад +1

    Hello Harry bhai I started the course today. Thanks for such detail course.

  • @movehard1851
    @movehard1851 Месяц назад +1

    ❤️🙏
    Sigma Batch OP
    ❤️🙏

  • @Code_gen
    @Code_gen 9 месяцев назад

    Css grid to sbse touff wala topic he pr Harry bhai ne achese smajaya

  • @rachit.6110
    @rachit.6110 6 месяцев назад +1

    Crystal Clear Explanation Harry bhai

  • @sanjayrajpoot1807
    @sanjayrajpoot1807 11 месяцев назад +1

    Our Super hero One of the best Harry Bhai👑

  • @wizard.01
    @wizard.01 4 месяца назад +1

    I recommend watching it twice for better understanding

  • @comingsoon876
    @comingsoon876 Год назад +2

    Harry bhi on the fire #SigmaBatchOp 🔥❤
    Let's begin day 39 😍

  • @SharifRayan-iz3wi
    @SharifRayan-iz3wi Год назад +1

    I will become the best Web developer like Harry Bhai. After the sigma development express course.
    #SIGMA BATCH OP

  • @abhishekanand8574
    @abhishekanand8574 9 месяцев назад

    Harry bhaiya generally people think that paid courses offer more but you are going to prove it false. After some time people would realize the value of this content and then your each video would have views in millions. 😊😊😊💝💖💝💖💝💖💝💖

  • @vishalgarg3177
    @vishalgarg3177 7 месяцев назад +1

    this video is awesome sir, thankyou very much for your efforts. It means a lot, really 😎

  • @TheMM..
    @TheMM.. 6 месяцев назад

    Sigma Batch OP One of the best Batch Ever

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

    mujhe dusra treeqa area k zariye target krna Zaida ahha laga hai. Zaida onvenient and asan hai.

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

    best coding chhanel

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

    sigma batch op thanks for providing best cource for free❤❤

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

    This CSS Grid tutorial was awesome...

  • @priyankarakshit2383
    @priyankarakshit2383 11 месяцев назад

    Harry bhai op ❤ ......
    Topic chahe koi bhi ho harry bhai ka tutorial sb me best h .....🎉❤
    This is the best resources for free .
    More than 70 percent students learn frm ur vdos .....
    ❤❤❤❤❤❤❤❤❤❤❤
    Thank you so much for ur such contribution

  • @abdul-ahad191
    @abdul-ahad191 10 месяцев назад +2

    Best free course!🥰

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

    Sigma Batch OP ! THE BAR IS RAISING UP !

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

    Sigma batch OP.

  • @MeghaRelan-z1s
    @MeghaRelan-z1s 11 месяцев назад +1

    sir your teaching is awesome

  • @anshpethe
    @anshpethe Год назад +2

    Harry bhai on the Top

  • @Priyanka-ec9gx
    @Priyanka-ec9gx 11 месяцев назад +1

    SIGMA BATCH OP! Best course!!!💕

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

    The best explanation ever

  • @mixinformation5646
    @mixinformation5646 Год назад +2

    Amazing videos thank you for giving us this course for free

  • @TraptiGupta-s2s
    @TraptiGupta-s2s 3 месяца назад +2

    #SigmaBatchOP in future if ever we will be asked that from where you have learned this difficult topic , surely we will recommend this beautiful course to them ... Bro your energy will not be wasted , we can proudly say we learned web development from a heavenly guy, name Harry
    #harrybhai #sigmawebdev #codewithharry
    ❤💙💜❤

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

    One Of The Best CSS Grid - Ultimate MasterClass #SigmaBatchOP#SigmaBatchOP 👍🏻👍🏻 Sigma Web Development Course harry bhai dil khush kar diya Css grid concept clear

  • @GAMER-os2jb
    @GAMER-os2jb 11 месяцев назад +1

    Sigma Batch OP

  • @Classic468
    @Classic468 10 месяцев назад +1

    Sigma batch Op!

  • @rutujahursale1510
    @rutujahursale1510 7 месяцев назад

    Harry Bhai has raised the bar like anything

  • @bunny4173
    @bunny4173 6 месяцев назад

    best lecture on css grid ...love from Pakistan

  • @srijan_tripathi
    @srijan_tripathi 6 месяцев назад +1

    Sigma Batch OP!

  • @isHimanshu_
    @isHimanshu_ Год назад +2

    Harry bhai aapne mujhe math Wale sir ki yaad dila di 😂😂

  • @techfun8528
    @techfun8528 10 месяцев назад +1

    Here Knowledge overloading concept arises bt nice explanation bro...🎉🎉🤩🤩

  • @AdarshPhani.04
    @AdarshPhani.04 9 месяцев назад

    IT'S really very high level content, which cannot be found anywhere.....your teaching is awesome sir....❤#sigmaBatchop

  • @alblack8983
    @alblack8983 3 месяца назад +1

    SIGMA BATCH OP!

  • @Muhammadkamran-lp1ig
    @Muhammadkamran-lp1ig 10 месяцев назад +1

    Sigma batch is op❤

  • @kartikeybhatt4629
    @kartikeybhatt4629 3 месяца назад +2

    Views and likes 📉 My Respect for you 📈

  • @muneebazher8068
    @muneebazher8068 Год назад +2

    Sigma batch OP
    Harry Bhai opiest