Learn CSS Subgrid in 14 minutes

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

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

  • @ahooton
    @ahooton 3 หลายเดือนก่อน +12

    I've just implemented Subgrid for the first time on my latest project and this was by far the most beginner friendly tutorial I came across on TH-cam. Just what I needed. Thank you!

  • @nox6687
    @nox6687 3 หลายเดือนก่อน +3

    This is exactly the answer to the problem I was having, thank you for explaining this so concisely

  • @TheThirdWorldCitizen
    @TheThirdWorldCitizen 6 หลายเดือนก่อน +17

    Thanks.
    I didn’t appreciate subgrid until I had to work with named grids that had sticky headers

  • @longyuanchuan
    @longyuanchuan 6 หลายเดือนก่อน +3

    Wonderful... This tutorial has five stars to me, it's concise, well explained, illustrative, and leaves nothing unchecked... Applause

  • @Abid-if5fh
    @Abid-if5fh 6 หลายเดือนก่อน +67

    The comeback of a legend ..

  • @yosefff19
    @yosefff19 6 หลายเดือนก่อน +9

    I was rewatching all your previous posts and got so excited when I saw your new upload!

  • @pazzuto
    @pazzuto 6 หลายเดือนก่อน +7

    Just found your channel and I really like your videos and the way you explained. As you talk about grid/subgrid, it'd be great to see a video of one or more popular templates out there (header, aside, main, footer, etc.). I'd love to see your approach.
    Thank you for the awesome videos.

  • @BrentTech
    @BrentTech 6 หลายเดือนก่อน +8

    Superb explanation! Thanks. The only thing I'd suggest is for more explanation on what things like the 1/4 and 1fr and such mean.

  • @alankimrey9362
    @alankimrey9362 14 วันที่ผ่านมา +1

    This was hugely helpful!

  • @joel-rg8xm
    @joel-rg8xm 10 วันที่ผ่านมา +1

    Excellent explanation and just what I needed to showcase my cards of products. LIKE.

  • @MarlDenzellSilva
    @MarlDenzellSilva 5 หลายเดือนก่อน +1

    you're just too good at writing css, you never failed to impress me

  • @elasticoGomez
    @elasticoGomez 6 หลายเดือนก่อน +4

    This is exactly what I’ve been looking for! Great content sir

  • @zack288
    @zack288 6 หลายเดือนก่อน +8

    He’s coming back on 100k. Congrats

  • @LucianoClassicalGuitar
    @LucianoClassicalGuitar 5 หลายเดือนก่อน +1

    You are the best bro. I was struggling with cards for my portfolio trying to do stuff with grid and everything and you taught me a lot with just a few lines. Still a little confused with the minmax() and how grid works still. But at least I have something that is working

  • @kopilkaiser8991
    @kopilkaiser8991 3 หลายเดือนก่อน +1

    Great tutorial. Big thumbs up 👍🏼 I've increased my css grid knowledge thanks to you

  • @willb.r2055
    @willb.r2055 6 หลายเดือนก่อน +93

    does anyone else likes to use flex on everything unless they absolutely need to use grid or is it just me ?

    • @jeremywinston1
      @jeremywinston1 6 หลายเดือนก่อน +7

      i think everyone is like that.

    • @SogMosee
      @SogMosee 6 หลายเดือนก่อน +10

      I use grid for everything except for buttons next to text, text next to text, or headers with an element on each side, then I use flex. Otherwise grid all the way baby. Maybe it's just the way our brains work differently...

    • @jkovert
      @jkovert 5 หลายเดือนก่อน +5

      Flex first here.

    • @lashious236
      @lashious236 5 หลายเดือนก่อน +2

      i also 😂😂😂

    • @whyisthiscodenotworking
      @whyisthiscodenotworking 5 หลายเดือนก่อน +6

      I use flex , because I don't know nothing in grid 😅😂

  • @alyssapuype732
    @alyssapuype732 6 หลายเดือนก่อน +2

    I just watched your other videos for the 10th time. Amazing how you just uploaded one again! Waiting for the javascript course!

  • @kaiso69
    @kaiso69 6 หลายเดือนก่อน +1

    Thank you man please upload more video about CSS Like building actual project from start to end

  • @andinuruljihad2912
    @andinuruljihad2912 6 หลายเดือนก่อน +2

    whoa this feature is incredible... great explanation, too.

  • @IssaAbbani
    @IssaAbbani 6 หลายเดือนก่อน +2

    First off, congrats on 100k 🥳
    Secondly, I didn't even know that this feature existed!!
    I usually just make nested grids or use Bootstrap. So thanks for the info !!

  • @bob-p7x6j
    @bob-p7x6j 6 หลายเดือนก่อน +1

    I bought your CSS course and it was a good investment, learning to use a page builder and Wordpress but knowing what the page builder is built upon is extremely helpful, of course it's not just CSS but since the builder lays down the HTML and Javascript and PHP, you can go a lot further if you can use custom CSS, looking forward to your vanilla Javascript course...

  • @NTFOpenNet
    @NTFOpenNet 6 หลายเดือนก่อน +2

    🎉Wow, I finally saw your new work after such a long time. Very good tutorial~❤

  • @sadeemdzakaria3005
    @sadeemdzakaria3005 6 หลายเดือนก่อน +1

    You are one of the best CSS teacher on yt

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

    Yay subgrid!! It took me a long time to understand how using subgrid differed from just using an `inherit` on g-t-column or g-t-r ;
    Btw it’s not recommended to create gutters by giving the body width:90% ; it can affect how margins and padding are calculated , create unexpected scroll bars ,alignment and overflow issues, esp for responsive screen sizes. Better to use some kind of wrapper with padding and/or a max-width (or width: min(100%, 60ch)! I lovelovelove the min function!)

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

      @@clevermissfox I agree with you about the gutters. For the purposes of creating a video about a specific subject, I'll often take shortcuts towards whatever is unrelated to the subject being presented, thus gutters on the body.

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

      @@slayingthedragon I understand, I’ve done the same by putting flex/grid on the body to center the project , I just worry about beginners not knowing and picking up bad habits. Thanks for the video, for some reason I find subgrid easier than not several grids; maybe bc there’s only one grid to configure/wrestle with 😆

  • @ashutosh_tiwari
    @ashutosh_tiwari 6 หลายเดือนก่อน +3

    Wonderful explanation buddy!! Keep up the good work.❤️

  • @francunhad1501
    @francunhad1501 10 วันที่ผ่านมา +1

    best subgrid tutorial

  • @siig9905
    @siig9905 3 หลายเดือนก่อน +1

    Idk why but once you explain it im just like oh...well...yeah that makes total sense now .

    • @siig9905
      @siig9905 3 หลายเดือนก่อน

      There is one part I don't understand, what's up with the 1/4 for grid rows? Is it just stating that each one is only one fourth or a total of four grid items? And if that's the case why wouldn't it go under grid columns since the items are spanning across four columns?

  • @N1rOx
    @N1rOx 6 หลายเดือนก่อน +3

    great to have you bacK!

  • @tanis6371
    @tanis6371 5 หลายเดือนก่อน

    For this partcular layout you can use flexbox to push the images at the edge of their containers, you just have to use flex-direction:column; and margin-top:auto;

  • @hriso83
    @hriso83 6 หลายเดือนก่อน +1

    The best tutorials for learning css

  • @chrismachabee3128
    @chrismachabee3128 6 หลายเดือนก่อน +1

    Truly a greeat lesson. Fantastic. Very uunderstandable aand vitally important thank you.

  • @jykata7134
    @jykata7134 6 หลายเดือนก่อน +2

    Thank you, for the helpful information! Keep making these great videos!

  • @MrAndi1281
    @MrAndi1281 5 หลายเดือนก่อน +2

    Awesome Video with a great explanation!!

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

    Great video, the only trade off (as far as I know) is when you need to make it responsive.

  • @senseislade
    @senseislade 6 หลายเดือนก่อน +2

    finally, you've kept us waiting Ramzi

  • @theworldwideweb101mystery2
    @theworldwideweb101mystery2 3 หลายเดือนก่อน

    I needed this, thank you ❤

  • @danrowllet
    @danrowllet 6 หลายเดือนก่อน +2

    amazing tutorial as always thank you!!

  • @G-3-A-R-Z
    @G-3-A-R-Z 5 หลายเดือนก่อน +1

    Thanks for the tips, they worked out great.

  • @ab_tech532
    @ab_tech532 6 หลายเดือนก่อน +2

    Thanks bro I always enjoyed ur tutorials

  • @Mike-rt2vp
    @Mike-rt2vp 6 หลายเดือนก่อน +1

    I can't believe it's taken so many decades to get this far for creating layouts using CSS.

  • @semperprimum26
    @semperprimum26 6 หลายเดือนก่อน +1

    What an amazing tutorial. Thank you!

  • @abdurrobr34l
    @abdurrobr34l 6 หลายเดือนก่อน +2

    After a long time got ur video... 👍👍

  • @ShahriarCode
    @ShahriarCode 6 หลายเดือนก่อน +2

    man it was really helpful for me becuase i always faced prblems here

  • @ichiroutakashima4503
    @ichiroutakashima4503 6 หลายเดือนก่อน +1

    This channel definitely slayed!

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

    The explanation starts around 8:13. And it ends around 11:46.
    So, about 3 minutes in total
    >2x speed works great. It makes it

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

    Excellent subgrid tutorial, really love the way you teach and explain things simple. The only thing, I can't get to work using subgrid and media queries same time. For example, I want to have 4 boxes in a row for desktop, but 2 boxes on tabled and 1 on mobile. How do I have to change that code? 🙂

  • @Dylan_thebrand_slayer_Mulveiny
    @Dylan_thebrand_slayer_Mulveiny 6 หลายเดือนก่อน +1

    We've come so far from the good old days of 'float: left' and clearfix hacks.
    The old way of doing layouts like this involved a lot of nesting with flex, but it was clunky as hell. This new approach is really awesome. However, as of today Caniuse puts browser support for this feature at 88%, which is quite low for it to be used in production.

  • @Kronical_Lpd
    @Kronical_Lpd 6 หลายเดือนก่อน +2

    another super clean tutorial, I could not have explained it better! Glad to see you back my guy!
    Classic Ramzi recording at 1am

  • @deltaranzyd1587
    @deltaranzyd1587 6 หลายเดือนก่อน +3

    wow, the legend is back

  • @genshingamer8361
    @genshingamer8361 6 หลายเดือนก่อน +2

    What a great day when your video comes
    Thnx bro also expceting more new videos and your new courses also stay heathly.:)

  • @PolarisAlgedi
    @PolarisAlgedi 4 หลายเดือนก่อน +1

    Great explanation, thanks!

  • @brentguiao4861
    @brentguiao4861 6 หลายเดือนก่อน +1

    Great explanation thanks❤

  • @extremeboysmart
    @extremeboysmart 6 หลายเดือนก่อน +1

    Thank you! Your explanation are great!🎉

  • @mansulol5458
    @mansulol5458 6 หลายเดือนก่อน +1

    the king is back 😭🙏🏾🙏🏾

  • @imtseku
    @imtseku 6 หลายเดือนก่อน +1

    Nice to see you again ✌

  • @MizManFryingP
    @MizManFryingP 10 วันที่ผ่านมา

    Amazing explanation!
    Question though - how would I go about creating a gap *between* subgrids without affecting the gap of the elements within?
    Say for example, I am creating a blog grid, kind of like the one in the video. I want the gap between the header, the excerpt and the flower image to be .5rem, but I want the gap between each card to be some big number like 8rem. I noticed that at that point subgrid breaks apart, forcing the individual items to become way larger than they are. This is still the case even if we 'override' the gap in the subgrid.

  • @Caprice_08
    @Caprice_08 6 หลายเดือนก่อน +2

    I needed that so much🎉🎉

  • @Bread-vk8fl
    @Bread-vk8fl 6 หลายเดือนก่อน +1

    SO SIMPLE!!! OMG

  • @godofwar8262
    @godofwar8262 6 หลายเดือนก่อน +2

    Dragon is back 🔥

  • @ВладиславЯцковой
    @ВладиславЯцковой 6 หลายเดือนก่อน +1

    Я не знаю кто ты, но ты объяснил все за 14 минут лучше, чем наши "разработчики" объясняют это все за час. Спасибо!

  • @mostafahamed8188
    @mostafahamed8188 5 หลายเดือนก่อน +1

    Your videos help me alot thank you

  • @yacobee
    @yacobee 6 หลายเดือนก่อน +1

    Very useful. Thank you.

  • @FumezCreates
    @FumezCreates 6 หลายเดือนก่อน +1

    The master has returned 😤

  • @93simongh
    @93simongh 5 หลายเดือนก่อน +1

    "learn" is when you can apply what you saw in this video a week from today without rewatching it. This is more like "see how it works..."

  • @heavylog1c
    @heavylog1c 5 หลายเดือนก่อน

    I think this is possible with flex. You just wrap this boxex with flex item, make boxes stretch vertically. And then align images to the bottom. But this subgrid thing looks pretty cool.

  • @mirjalol49
    @mirjalol49 6 หลายเดือนก่อน +3

    U are back

  • @harshalmali856
    @harshalmali856 6 หลายเดือนก่อน +1

    awesome video gained something new

  • @andyl9920
    @andyl9920 5 หลายเดือนก่อน

    Geez u make it look so easy. And great explaination! I guess media queries is really not needed. Question tho. How do i move an image that is on the right side of the viewport to go above the text on the left side when viewing in smaller screens? So normal size/big screen Text and Image will be next to one another. Please help

  • @mohsinahmedohi
    @mohsinahmedohi 6 หลายเดือนก่อน +1

    Worth subscribing you.

  • @edwassermann8368
    @edwassermann8368 6 หลายเดือนก่อน +1

    very nice work. thank you!

  • @Sammorris207
    @Sammorris207 6 หลายเดือนก่อน

    thanks for the clear explanation

  • @royandescartes
    @royandescartes 6 หลายเดือนก่อน +1

    The GOD off CSS

  • @hudojnik93
    @hudojnik93 6 หลายเดือนก่อน +1

    Do you have any idea how good your channel is and you only have 14 uploads so far? I have ADHD and you are the only I can actually understand.

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

    wooooow that was really awesome 😍😍😍😍😍😍

  • @zekimertdik7364
    @zekimertdik7364 6 หลายเดือนก่อน +1

    We missed you so much bro. Please prepare better next time. Slaying a dragon shouldn't take this long.

  • @anonmityslayer
    @anonmityslayer 6 หลายเดือนก่อน +1

    Finally legend got his password correct

  • @krateskim4169
    @krateskim4169 6 หลายเดือนก่อน +1

    best explanation

  • @okon1624
    @okon1624 5 หลายเดือนก่อน +1

    Impressive 🤎

  • @jackright9530
    @jackright9530 6 หลายเดือนก่อน +1

    Great video

  • @JeffParker45
    @JeffParker45 6 หลายเดือนก่อน +1

    Very Good! 👏👏👏

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

    this is my first time i watch your videos and really it very helpful, please why when we use images with different sizes and orientation the designed broken?

  • @codewithzero
    @codewithzero 6 หลายเดือนก่อน +1

    thats great. thanks dear

  • @ZockaRocka
    @ZockaRocka 6 หลายเดือนก่อน +1

    This was perfect 👌

  • @imredoyyy
    @imredoyyy 6 หลายเดือนก่อน +1

    Welcome back ❤

  • @Filaxsan
    @Filaxsan 6 หลายเดือนก่อน +1

    Very useful!! 💪

  • @ShahriarCode
    @ShahriarCode 6 หลายเดือนก่อน +1

    ayooooo the king is back ⭐⭐

  • @AyaanMahib
    @AyaanMahib 6 หลายเดือนก่อน +1

    Love your videos ❤❤❤❤

    • @AyaanMahib
      @AyaanMahib 6 หลายเดือนก่อน

      I am only 12

  • @albedesigns
    @albedesigns 6 หลายเดือนก่อน +1

    Great Video!

    • @harunyussuf3593
      @harunyussuf3593 6 หลายเดือนก่อน +2

      You replied 1 min after video uploaded. Watch it first

  • @krishjain1239
    @krishjain1239 6 หลายเดือนก่อน +1

    Please tell about how to use masonry library with sidebar on a webapp.

  • @kirbyenriquez5417
    @kirbyenriquez5417 6 หลายเดือนก่อน +1

    wow .. thank you
    :))))

  • @endlacer
    @endlacer 6 หลายเดือนก่อน +1

    very nice.
    some Feedback:
    -mute or at least make the type sound quieter
    -bit faster pace would be nice. you sometimes Show stuff that does not matter (like that you can change the color of the grid overlay in the devTools), you said it urself 😅
    - eg padding the body does not belong in this video. it has nothing todo with subgrid
    keep up the good work :)

  • @ImprovingAryan
    @ImprovingAryan 6 หลายเดือนก่อน +3

    teach us mern stack please

  • @RB_MAFIA
    @RB_MAFIA 6 หลายเดือนก่อน +7

    come back with React 🔥🔥 please

  • @iunk-dfoig-1837n
    @iunk-dfoig-1837n หลายเดือนก่อน

    display: flex
    flex-direction: column
    justify-content: space-between
    What’s the problem with this code?! These are three lines solve your designer’s design)))

    • @KarminsLynn
      @KarminsLynn 19 วันที่ผ่านมา

      tops of the text boxes will not be aligned with each other

  • @_the_one_1
    @_the_one_1 2 วันที่ผ่านมา

    Well, this video gives a really good explanation but the example used here it's not ideal. The easiest solution is to add "grid-template-rows: auto 1fr auto" to the ".box" grid item and you don't need any subgrid nor the other properties that go with it

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

    what about display: flex; flex-direction: columns; justify-content: space-between; ?

    • @KarminsLynn
      @KarminsLynn 19 วันที่ผ่านมา

      tops of the text boxes will not be aligned with each other, because if you have less text, flexbox will force it to stay in the cross-center.

  • @kudorgyozo
    @kudorgyozo 6 หลายเดือนก่อน +1

    and what about making each item display: flex and setting flex-grow: 1 on each paragraph?

    • @slayingthedragon
      @slayingthedragon  6 หลายเดือนก่อน

      Yea that's what I personally do, subgrid though is great if you're using grid

  • @AlThePal78
    @AlThePal78 5 หลายเดือนก่อน +6

    I am confused, why not 1/3

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

      The first element of the box is between the first and second grid lines. The second element is between the second and third grid lines... So since we have three elements, that's 1/4.

    • @joel-rg8xm
      @joel-rg8xm 10 วันที่ผ่านมา

      Exactly! 1/3 would mean 2 rows but since we need 3 rows (heading, paragraph, image) we have to use 1/4 which means "from line 1 to line 4) which refers to 3 rows

    • @emgodas
      @emgodas 2 วันที่ผ่านมา

      Got it just like this:
      1st line is header title to description
      2nd line is description to image
      3rd line is image to end
      1 start __________________________
      Title/Header
      2 _______________________________
      Description
      3 _______________________________
      Image
      4 end____________________________

  • @MarcinBauer
    @MarcinBauer 3 หลายเดือนก่อน

    How do you display those colored layer overlays in your DOM?

  • @horatiuranca9005
    @horatiuranca9005 6 หลายเดือนก่อน +1

    perfection