The Joy of CSS Grid - Build 3 Beautifully Simple Responsive Layouts

Поделиться
HTML-код
  • Опубликовано: 20 май 2024
  • Build 3 responsive CSS grid examples to master the basics of this powerful layout system. github.com/fireship-io/224-an...
    Full Tutorial: fireship.io/lessons/three-res...
    1. Responsive 12-column bootstrap replacement.
    2. Mosaic photo gallery.
    3. Staggered animation grid.
    Featuring special guest Bob Ross.
    #css #grid #tutorial
    Install the quiz app 🤓
    iOS itunes.apple.com/us/app/fires...
    Android play.google.com/store/apps/de...
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    My VS Code Theme
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
  • НаукаНаука

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

  • @toxaq
    @toxaq 4 года назад +476

    Your content is unmatched in quality, timeliness and usefulness.

  • @jamesbest3347
    @jamesbest3347 4 года назад +611

    Man your content is so on point and so professionally made. Blows my mind how you can keep up content like this. Thank you so much for your support of developers. Like Steve Balmer always said, "DEVELOPERS, DEVELOPERS, DEVELOPERS!!!"

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

      James Best I have to agree

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

      Definitely - my understanding of grid was growing, but five minutes of this video and it's multiplied ten fold.

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

      you took the words out of my mouth. Hip hip for Fireship

    • @netxyz00
      @netxyz00 4 года назад +1

      Indeed, amazing lesson!

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

      Like Steve Balmer always said: "I'm hungry. Bring me another baby"

  • @AlexDBaxter
    @AlexDBaxter 3 года назад +79

    Great vid! Really like the animated entry. One technique I have used instead of lots of :nth-child(1) rules is to put variables on the element in the HTML. So for the animated grid example, the divs look like:
    a
    b
    c
    d
    and the CSS can be done in one rule:
    .card {
    animation: cardEntrance 700ms ease-out;
    animation-fill-mode: backwards;
    grid-area: var(--g);
    animation-delay: calc(var(--i) * var(--stagger-delay));
    }
    - this keeps the repetition in the HTML where it is going to be anyway.

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

      Thank you

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

      OOooo, I like this. Coming from Python/Java any kind of repetition has that bad code smell. The next thing I want to work out is to make the grid general enough to handle a variable number of children.

  • @vellengaming
    @vellengaming 4 года назад +162

    I need to start using this over Bootstrap. Awesome video as always!

    • @Fireship
      @Fireship  4 года назад +40

      You won't be disappointed, it only took an hour or two to replace all my grids on Fireship.io

    • @abednegosteven-4423
      @abednegosteven-4423 4 года назад +3

      @@Fireship wth man, your fireship.io website is just so awesome dang it

  •  4 года назад +12

    It's amazing how in a short period of time you manage to cover alot about the topic. Simple, highly educational and easy to watch, simply awesome!

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

    i absolutely love the mix of on-point content, clear structure and the occasional gifs and memes. your channel is one of instant recommendations for any web dev. thank you for putting so much effort into these videos.

  • @igorskyflyer
    @igorskyflyer 4 года назад +59

    2:57 let's start by giving our children a little bit of spacing. 🤣
    Jeff, you must/will be a great father. 😍

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

      I was just watching this video now and saw your comment, Jeff had a child recently! Congratulations to him:3

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

      @@zafirhasananogh2421 wow, thanks for reminding of this comment I made, now it's come true, I say congratulations again, Jeff, as well. 🥳😄

  • @frankieflood7936
    @frankieflood7936 3 года назад

    That idea for passing the grid-area as the shape it occupies in the final layout is fantastic, I love it! Great video, thank you!

  • @alihaydargubatov2790
    @alihaydargubatov2790 3 года назад +33

    *A backend dev here* just to say that İ understood everything amazing

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

      Front end is so hard. Back end has it easy.

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

      Ï don't understand your letter Ī

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

    Man I was woefully in need of good grid tutorials. Yours is awesome! 👏🏼
    Please keep more grid coming!

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

    I can only agree with what everyone else is saying, your content is in a class of its own. You simplify complexity and have a talent for understanding concepts in such depth that you can convey the most useful bits clearly and logically. No surprise that your channel is doing so well. Thank you and respect!

  • @MaamarYacineMEDDAH
    @MaamarYacineMEDDAH 4 года назад

    SO PROUD of this channel ! Thank you so much Jeff for your excellent work

  • @KedarKanekar
    @KedarKanekar 8 месяцев назад

    It's been 3 years and I keep coming back to videos like this to re-learn. Lots of love, my Captain!

  • @digigoliath
    @digigoliath 4 года назад +6

    Good job man! Teaches GRID very well. Great presentation with simple-to-understand demos! SMASHING the LIKE button!!!!

  • @arjunyelamanchili3517
    @arjunyelamanchili3517 4 года назад +29

    The card entry animation is beautiful 😍

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

    This the the most well structured video I have seen on grid and it helped a ton. Thank you. Impressive how well you had such a liner path. Most vids I see kind of just throw a zillion terms at you and it’s kind of like information through a fire hose, but the flow of your video and the execution was perfect.

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

    You explain this very well, and thank you so much for not having distracting background music!

  • @abeechr
    @abeechr 4 года назад +1

    Unbelievable the quantity of amazing content you crank out. Thank you!

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

    I watch this video during my workout, and I have to hurry finishing it up so that I can write the code out. Awsome video, man

  • @punsmith
    @punsmith 4 года назад +4

    Goddammit, I have subscribed already and I somehow managed to miss this one. I'm a late-starter Millenial, but you make me feel like a little kid that sees new and exciting things with glee. The more we can do ourselves without relying on systems like bootstrap, the better. Not that bootstrap should be hated on either, but it's far too large for many projects. Thanks for your hard work!

  • @ashwinkumarpillai8923
    @ashwinkumarpillai8923 4 года назад

    I have used grid before and watched many videos on it but this is by far the best video I came across.

  • @duckmasterflex
    @duckmasterflex 4 года назад

    I started playing with grid for the first time last week. I LOVE IT.

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

    Sensational content. I love the way you explain and demonstrate how things works. Big thank you!

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

    This video is great! I've been trying to level up my CSS. There is way too much CSS in my projects. This is a perfect way to cut down my CSS volume.

  • @kaustabhchakraborty4721
    @kaustabhchakraborty4721 8 месяцев назад

    These videos r the best for recap.

  • @akhillshetty2140
    @akhillshetty2140 4 года назад +10

    RUclips really needs to add a Superlike button, especially for this video! I'd hit it in a heartbeat

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

    I find it insane that you don't have like a billion subs - your videos are extremely helpful and perfect length - freaking great man!!!

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

    I saw this video a couple of months back, today a bug was raised at my current job about some cards not being shown correctly on smaller screens and I just had to come back to this video to remember how to do it, thanks man!

  • @Riko2909
    @Riko2909 4 года назад

    Found this Channel around one week ago and man i love every single Minute of your content. :)

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

    I've been watching a lot of RUclips videos to understand grid but never understood it but your videos explanations are so simple and easy to understand. Thanks bro

  • @arnauddonnay3648
    @arnauddonnay3648 4 года назад

    thank you very much for your video, it feels so good to follow you step by step, keep up the great work man

  • @fabianw.7896
    @fabianw.7896 2 года назад

    Respect, die best tutorial i watched for CSS-Grid right now!

  • @johanledel1407
    @johanledel1407 4 года назад +1

    Awesome video as always! Well made and easy to follow. Thank you.

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

    THANK YOU i was looking for ages for such an easy to follow Explanation

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

    I love the clips you add in your videos, they crack me up lol.

  • @iftruth
    @iftruth 4 года назад +43

    been practicing grid for a year and didn't know about auto-fit / auto-fill mode
    thanks a lot!

  • @itaispector6040
    @itaispector6040 3 года назад

    Thank you for sharing this, this knowledge is literally gold

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

    Super helpful, Each part deserve a detailed video itself, thanks

  • @JuanMunoz-th3vn
    @JuanMunoz-th3vn 4 года назад

    simply perfect !, thanks dude awesome video tutorial as always !

  • @Neetigya
    @Neetigya 4 года назад

    Thank you for this amazing demo!

  • @Sunwarul
    @Sunwarul 4 года назад

    Best tutorial so far. Thank you so much. Make more and more videos, please.

  • @inflame1994
    @inflame1994 4 года назад

    Such perfect video on grid and mainly lot of valuable information put together in 12min video..that is just great

  • @pepisnazos
    @pepisnazos 4 года назад

    I love your videos, I was looking just because they are entertainment, but after a while you present me this complex world in a way so enjoyable and simple that i love it and i start to build apps. THX YOU (LLL)

  • @ashrafulhaque8710
    @ashrafulhaque8710 4 года назад

    I started learning Grid today and you uploaded it!

  • @rupertxyz
    @rupertxyz 3 года назад

    Really awesome content! Love the fact that it’s concise and to the point.

  • @TH4445
    @TH4445 3 года назад

    Thank you for the excellent video.......volumes of info ....in minutes......

  • @12PnT12
    @12PnT12 2 года назад

    The basic grid was exactly what I needed for my website. Thanks!

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

    That is exactly what I was looking for! ily man

  • @ziaahmad8738
    @ziaahmad8738 4 года назад

    Thank u very much.
    I knew how to work with basic grid properties but u made it very easy and clear for me.

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

    As a newbie web developer , Learning grid for me is super awesome , thanks to you mate cheers .

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

    Great video. As an update to it, we now have @container in CSS 3.

  • @almohaiminfarabi9181
    @almohaiminfarabi9181 3 года назад

    You are just different then others. I am a begainer. To understand grid i have already watched 20+ video on RUclips. But no one explained how i can make a photo gallery like this. This video is only 11 minutes long. But its explain a lot. 👌👌👌

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

    This is great😬I was struggling with css fitting for years, I just learned how grid can wrap all the problems up...

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

    The highest quality content on web-dev on the web. Thanks 🙏

  • @yt-sh
    @yt-sh 4 года назад +5

    I think this maybe the best css Grid video I have yet seen

  • @strahinja1107
    @strahinja1107 4 года назад

    Pure gold. Short and precise, 0 bullshit. Reminds me of legendary 'kudvenkat' channel for .NET.

  • @Migueligr2000
    @Migueligr2000 4 года назад

    I never writte coments on videos but yours is just sublime, thanks alot.

  • @youranonymousyoutuber4051
    @youranonymousyoutuber4051 4 года назад +1

    dude your course is golden

  • @DarkPa1adin
    @DarkPa1adin 3 года назад

    I watch a few videos and read a few articles on CSS Grid. Your explanation helps me understand repeat(#, size)

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

    This is the best grid lesson ever!

  • @michelribbens8014
    @michelribbens8014 4 года назад

    Awesome video and examples! Hope you will add a lot more of these about CSS Grid

  • @shreerangvaidya9264
    @shreerangvaidya9264 4 года назад

    Great video! Your channel deserves more than this.

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

    I'm working on website for 8 hours now, and seeing this video is blessing

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

    Thnaks a lot :) You made me fall in love with CSS

  • @Potatis1337
    @Potatis1337 4 года назад

    Your videos are godlike in both presentation, flow and content. 11/10

  • @codersujit5427
    @codersujit5427 3 года назад

    The best content in time. Loved it

  • @NoahThul
    @NoahThul 4 года назад

    solid presentation! Thank you!

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

    how could one make an explanation video in such a short duration, yet the explanation itself is so on-point

  • @akashrajum3319
    @akashrajum3319 4 года назад

    Amazing content as always, thank you.

  • @code-maestro
    @code-maestro 3 года назад

    THE BEST GRID LAYOUT VIDEO THERE IS

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

    How can you keep uploading so many videos so fast and in such great quality.
    Have you premade them?
    GJ✌️

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

    this is what im looking for

  • @k3tna
    @k3tna 4 года назад

    Incredible, man, thank you.

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

    This was great! Followed along and learned a lot. One note for others: if you don't get the `grid-template-areas` exactly right, it will break everything. E.g. if you don't assign the "main" element correctly or have even one element misassigned, the whole layout gets destroyed.

  • @BigIronAlba
    @BigIronAlba 4 года назад

    Very informative 10/10
    cant wait to design some dashboards with grids

  • @ManpreetSingh-yo6ew
    @ManpreetSingh-yo6ew 4 года назад

    Thanks a lot man, you nailed the CSS Grid :)

  • @SmitaLinas
    @SmitaLinas 4 года назад

    Just wonderful!! Love it!

  • @sakarsr
    @sakarsr 4 года назад

    Thank you for this great video on CSS Grid.

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

    Amazing very helpful content ad always 👏 thanks a lot ! 🙏

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

    🤯. I just learned css-grid. Thanks you!

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

    Wow. Wish other tutorials were this good

  • @habib97se
    @habib97se 3 года назад

    Thank you so much for this video. I had difficulties to learn grid in the last days but now you solved all my problems :p

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

    This is literally an underrated channel!

  • @atmanvisual190
    @atmanvisual190 3 года назад

    This is so inspiring. Thank you.

  • @Hohumbogey
    @Hohumbogey 4 года назад

    Starting off with the legendary Bob Ross! Instant fan

  • @brianevans4
    @brianevans4 3 года назад

    I actually followed along in JSfiddle and it was quite enjoyable seeing it all work so easily compared to the nightmare called flexbox. I'm definitely going to use this in my next project. Maybe even migrate one of my old projects

  • @Fubbel42
    @Fubbel42 3 года назад

    Wow, that's really impressive!

  • @DavidElstob73
    @DavidElstob73 4 года назад

    Amazingly good explanation. Thanks :)

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

    Jeez, Im in love with this channel. It's like Jeff knows what I want to learn about!

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

    ooohh how I miss Boss Ross' show. I'm not an artist but his voice and the energy he put into his paint work is almost like me building a website for a client!

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

    Wow that was two years ago?!?!?!?!
    Great video. CSS is so much

  • @user-kn4oi9oh4i
    @user-kn4oi9oh4i 4 месяца назад +1

    You earned yourself another subscriber good sir! Thank you!
    P.S. (edited)
    I just finished watching and this is exactly what I was looking for! Thank you very much!

  • @mfrdbigolin
    @mfrdbigolin 3 года назад +1

    I have never heard about this until now, interesting feature.

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

    I am a full-stack developer focused primarily on the backend. I am currently working on my frontend skills and your channel has been a very helpful resource. Thanks

  • @rachitsharma7921
    @rachitsharma7921 4 года назад

    Absolutely loved it

  • @ananun6474
    @ananun6474 4 года назад

    understandable presentation, thanx, great job

  • @salmanul_fares
    @salmanul_fares 4 года назад

    gonna add this to my undergraduate project 🔥

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

    Que creatividad en tus videos, de lo mejor en contenido para devs
    😎

  • @xerxes-ei9gl
    @xerxes-ei9gl 3 года назад

    grids are a lifesaver

  • @resurrexi
    @resurrexi 4 года назад

    Detailed and succinct