CSS Grid Tutorial #3 - Rows

preview_player
Показать описание
Hey gang, in this CSS grid tutorial I'll talk about grid rows.

----- COURSE LINKS:

---------------------------------------------------------------------------------------------
Other tutorials:

----- HTML FOR BEGINNERS:

----- CSS FOR BEGINNERS:

----- NODE.JS TUTORIALS

============== The Net Ninja =====================

================== Social Links ==================

Рекомендации по теме
Комментарии
Автор

I’ve watched css grid tutorials before. But your explanation is much clearer. Thanks!

jdevcast
Автор

These videos are the perfect length - not too long, not too short - just enough content, and it's all high quality. Thank you so much.

palewine
Автор

These tutorials are some of clearest tutorials that I have ever experienced. You need this kind of clarity to get through some of the complex steps in coding/ working with technology. Ill definitely kick in some funds after the new year. Great stuff.

MrRayinsf
Автор

I am currently studying software dev, one of the modules I had to pick from included web dev so obviously picked it. I have been fine up until I start responsive design where float, flex and grids came up. This series has helped a lot thank you

zid
Автор

grid-column-gap, grid-row-gap and grid-gap are obsolete and replaced with column-gap, row-gap and gap

muhk
Автор

Note: you can also use the shorthand "grid-gap: 20px 40px" to set both at once

quentinmckay
Автор

Dude, i am doing a lot of css hack for my UI and with your tutorial it is making my life a lot easier. The watch on the linkedlin tutorial and it is very confusing. You are the best teacher ever.

paulchao
Автор

Very helpful tutorial to get confident in using CSS Grid, thanks The Net Ninja.

Shakeel
Автор

for anyone watching it 2023. The gap commands have been replaced now.
column-gap: 10px;
row-gap: 10px;
gap:10px;

use any of the above instead.

leodragonheart
Автор

Me:
* Searches for a tutorial *
* Sees a tutorial made by The Net Ninja *
* Instant click *

farshad-hasanpour
Автор

You Sir are awesome. Thank you for this!

g-r
Автор

Very good tuto. Your voice is also very clear and de progress of the exemple very good. Pascal

pascalquetin
Автор

I really love your explanation
thanks for your time

doaashafik
Автор

More subscribers to shaun! Thanks Ninja Master!

thedevcristian
Автор

takes a northerner to explain stuff proper....good stuff lad

runthomas
Автор

in the first row, the 1st and 2nd boxes' had the same height from the 3rd one, but what if i'd like to set their height up (the 1st n 2nd one) to 200px while the 3rd is another value higher, how could i do that? that's my biggest doubt at the moment and i haven't found a solution yet 😩

pamela
Автор

how can i put the row only on the 2nd to 4th column?

Paul-xugt
Автор

When are you going to make a sticker... your logo is awesome and I want to promote your work!

bhankee
Автор

Subsicribed!... thanx for all these vids mate, cheers!

kwantumd
Автор

how to make gap between grid and the text? thankyou

corieariesta