Responsive Dashboard Layouts with CSS Grid

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

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

  • @vinnymurphy5994
    @vinnymurphy5994 10 месяцев назад +5

    I've been struggling all week with wrapping my head around CSS Grid. This video made it all click so much better. Thank you!

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

    This tutorials is top tier! I hate css grid cuz of complexity, but after watching this vid, I'm starting to love CSS Grid. ❤❤ Thank you for your quality content. You deserve an additional subscriber, which is me.

  • @arya0287
    @arya0287 Год назад +6

    So far, this is the best explanation of css grid for me, thank you

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

    i can't tell how good his course on javascript was, i took detailed notes, completed 2 mini-projects so far

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

    Thank you for this, this was what I was looking for

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

    Hi, mastering JavaScript is critical if you want to be a modern, professional developer: www.udemy.com/course/professional-javascript-course/?referralCode=0C1D5752923168BC87C2
    Also, if you are a front-end developer then mastering CSS (including Flexbox, CSS Grid, etc.) is equally important: www.udemy.com/course/professional-css/?referralCode=4C3C08E82629E6B15752

  • @tasliner2003
    @tasliner2003 2 месяца назад +1

    This is actually what I need

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

    Hello Sr, thank you for this video your explain is so good, God bless you from Venezuela

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

    Amazing video, thanks so much!

  • @AgeGutsChannel
    @AgeGutsChannel 2 года назад +6

    U have a great way to explain. Very usefull

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

    Short and crisp! Thank you :)

  • @OfficialAdedoyin
    @OfficialAdedoyin 2 месяца назад +1

    Really helpful

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

    Brill! Thank you

  • @جعفرمنطقیبیگ
    @جعفرمنطقیبیگ Год назад +1

    This is a great tutorial for using css grid...Thank you so much!

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

      Glad it was helpful!

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

    U saved my day 😊

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

    it was stonish dude, thanks a lot.

  • @rmstech9933
    @rmstech9933 10 дней назад +1

    Thank you

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

    Thanks for sharing free knowledge

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

    Amazing video helpt alot :D

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

    That helps me alot bro, thanks bro 🤝🤝

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

    Good video, it gave me some more knowledge about CSS Grid, i really enjoyed it!
    I just wanted to point out that you could reduce the amount of CSS by just putting the large screen CSS inside a media query, the default behaviour will look good on mobile.

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

    Really helpful. Dank je wel!

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

    Wow this was vey helpful thankkkkk u so much

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

    Thanks for the video, it was helpful. I hope you could create this same project making the nav and header fixed. 🇳🇬🇳🇬🇳🇬

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

    Very helpful video, thank you so much

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

    for anyone facing same issues as me, this may not work in Brave browser for some reason, other browsers such as Chrome and Edge, works fine :)

  • @clairesingson3331
    @clairesingson3331 4 месяца назад +1

    THANKS . .. CAN YOU MAKE THAT TUTORIAL AGAIN USING TAILWINDCSS PLEASE/

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

    Thanks sir

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

    Bootstaro 5, Can you make admin panel ?

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

    Does it work with Angular and different components?

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

    In case there are more than 6 cards, what should I do?

  • @Leon-gu4nh
    @Leon-gu4nh Год назад

    Hi, Thanks for videos. Can you make complete study case dashboard using css and javascript of course?

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

    👍👍👍👍👍👍👍💫

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

    why not just put the header and main in their own container? that would make it much easier to setup, if you have to go into the children and set properties there, at that point just use flexbox.

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

      Yep, flexbox is certainly a good option too. Advantage of CSS Grid here is that you keep thinking in terms of how many columns and rows, which is nicer for global layouts imho

  • @asdasd-xp6pj
    @asdasd-xp6pj Год назад +1

    can i have copy of the code?

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

    Include link to the code also.

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

    .main > * { grid-area: initial }
    > * This selects all child elements