CSS Grid Layout Crash Course

CSS Grid Layout Crash Course

Traversy Media

6 лет назад

2,023,256 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sanjanaattanayake4231
@sanjanaattanayake4231 - 07.01.2024 14:14

Thank you very much!
Understood a lot of basics I have missed on the way, which now scares me of entire frontend development thing

Ответить
@doneilchapman1542
@doneilchapman1542 - 28.11.2023 00:03

This is such an amazing explanation of grid. I am on my third tutorial now and this is the best so far.

Ответить
@samialvi4226
@samialvi4226 - 11.11.2023 17:09

Mr. Traversy You're Greatest of all time.

Ответить
@berringervids
@berringervids - 26.10.2023 21:22

Been away from the "scene" for more than 10 years and was fluent with floats etc.
But now, obviously; I am way behind, seeing this is 6 years ago.
I grasped Flexbox pretty fast but am struggling with grids a bit.
Thank you for this video! Great stuff!

Ответить
@milindkhadse556
@milindkhadse556 - 25.10.2023 08:17

Helpful tutorial thank you

Ответить
@devbodaghe924
@devbodaghe924 - 25.10.2023 03:13

I thought CSS deserves its own folder

Ответить
@aftabalikhan2179
@aftabalikhan2179 - 04.10.2023 16:45

very good sir you have clear concept about css grid , thank you so much

Ответить
@waltermitty4132
@waltermitty4132 - 23.09.2023 23:57

Great tutorial, but really wanted to download the code and your link produced Error 404. Can you please provide an alternate link from which we can download the code?

Ответить
@scristina1794
@scristina1794 - 21.09.2023 17:37

One of the best explanation I ever heard. Thank you so much for your time and dedication! Outstanding work! Keep up

Ответить
@esedbabayev8071
@esedbabayev8071 - 19.09.2023 11:42

Perfect explanation👍

Ответить
@HAMNAD
@HAMNAD - 15.09.2023 16:17

You are awesome bro .

Ответить
@bigunhettiarachchi853
@bigunhettiarachchi853 - 17.08.2023 11:53

perfect explanation

Ответить
@gaifut
@gaifut - 07.08.2023 20:28

thank you so much for this video! and thank you for showing every bit while recording, this really helps! Best grid tutorial for sure! :)

Ответить
@saharalmaisary2696
@saharalmaisary2696 - 27.06.2023 11:21

thanks a lot. that was very helpful . from 2023

Ответить
@the_neutral_container
@the_neutral_container - 19.05.2023 15:27

I can't count the number of times I've seen this. Helped me a lot (understatement of the year).

Ответить
@_AmanAalam
@_AmanAalam - 07.05.2023 22:17

Dang this is so liberating!
Thanks so much!
CSS was such an unpredictable little annoyance for me, largely when it comes to positioning things.
This is so helpful, specially when I am coming from mobile app world where UI design is very straightforward

Ответить
@howardchi5800
@howardchi5800 - 23.04.2023 19:58

THANK U SM

Ответить
@Moses4694
@Moses4694 - 20.04.2023 05:47

Great explanation !Can you put images in any of the divs of the grid as easy as you do text?

Ответить
@pelepuwu
@pelepuwu - 13.04.2023 13:55

Thank you. I now fully understand css grids.

Ответить
@heathery2997
@heathery2997 - 22.03.2023 22:51

Thank u so much for the tutorial! It helped so much!!

Ответить
@morozara4962
@morozara4962 - 13.02.2023 03:36

So how do you apply aquel loop to this so that post can be pulled in

Ответить
@nursumbetov
@nursumbetov - 22.01.2023 20:05

Thank you very much, bro ))

Ответить
@sumairfraz7460
@sumairfraz7460 - 22.01.2023 16:32

chat gpt brought me here

Ответить
@RenaudDenis
@RenaudDenis - 08.01.2023 21:34

Great tutorial, thank you! I'm playing with ReactJS and CSS grids, and haven't had that much programming fun for 20 years.

Ответить
@JeffMula
@JeffMula - 27.12.2022 00:02

Great teaching style….

Ответить
@originasmr
@originasmr - 28.11.2022 19:43

MISSION PASSED!
RESPECT+

Ответить
@franktimestamp
@franktimestamp - 16.11.2022 12:39

Nice vijeo...

Ответить
@muralikrishnam5624
@muralikrishnam5624 - 13.11.2022 17:03

How to make 4th box center?

<div class="grid">

<div class="text">
<h2>Murali</h2>
</div>
<div class="text">
<h2>Murali</h2>
</div>
<div class="text">
<h2>Murali</h2>
</div>
</div>

body{
background-color: orange;
margin: 0;
}
.grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 20px;
place-items: center;
justify-content: center;
width: 100%;
}
.text{
background: green;
padding: 10px;
text-align: center;
}

Ответить
@fralitex2760
@fralitex2760 - 29.10.2022 18:51

Thanks for the content amazing!! really learn from it blessings

Ответить
@gabrielmoraes4516
@gabrielmoraes4516 - 26.10.2022 00:10

Excellent video! Thank you!

Ответить
@ahmadsinasaeedi4215
@ahmadsinasaeedi4215 - 22.10.2022 10:26

Great 👍 thanks

Ответить
@space9586
@space9586 - 19.10.2022 23:46

why the fuck are you using style please use css im trying to copy code here

Ответить
@womenhaha9002
@womenhaha9002 - 18.10.2022 19:35

Nice Tuts :) 😊

Ответить
@gunsmithlead
@gunsmithlead - 23.09.2022 01:49

I found exactly what i was looking for. It might be the most useful time spending in my life. :D Really thanks a lot :D

Ответить
@baldsportsfan9368
@baldsportsfan9368 - 22.09.2022 02:47

Good crash course, Brad. I've been using your crashes course because I'm getting into web dev coming from a help desk background. I have a solid understanding of programming but the HTML and CSS stuff has been tricky, but your course have made it much easier.

Ответить
@JusGoWithTheFLo
@JusGoWithTheFLo - 06.09.2022 22:29

This is awesome, thank you! Loved seeing the real-time updates as you made changes!

Ответить
@joshel4278
@joshel4278 - 03.09.2022 08:59

You know what,you actually made it look really friendly and easy to use,nice one man and thanks

Ответить
@grzegorzmolin
@grzegorzmolin - 02.09.2022 09:20

I don't often use this word regarding YT videos, but now I have to - the tutorial is PERFECT!!! Thank You!

Ответить
@adewaleayeseteminkan4201
@adewaleayeseteminkan4201 - 20.08.2022 20:00

Thanks so much for the superb course. This is a stepping stone for me in learning CSS. You really made my day today. God bless you bro.

Ответить
@ZackestTV
@ZackestTV - 18.08.2022 22:45

Thumbs up from me. I came here because my online course was kind of difficult to understand but you showing how to do it in real time really helps.

Ответить
@sunnyrathod8919
@sunnyrathod8919 - 14.08.2022 05:51

Thanks for sharing, I think the 11th line should be written like; grid: auto rows 100px; then no need min max.

Ответить
@pookie1307
@pookie1307 - 10.08.2022 23:24

very helpful thank you

Ответить
@itamarreiter8438
@itamarreiter8438 - 08.08.2022 09:43

thanks, the video is good

Ответить
@mahtabvariyani
@mahtabvariyani - 04.08.2022 13:03

thanks for the video anyways

Ответить
@mahtabvariyani
@mahtabvariyani - 04.08.2022 13:03

just reminded me of fifty shades of grey :))))))

Ответить