CSS Grid in 100 Seconds

  Рет қаралды 346,169

Fireship

Fireship

Күн бұрын

Пікірлер: 249
@Fireship
@Fireship 4 жыл бұрын
Grid is not easy to summarize in 100 seconds, so stay tuned for a cool CSS project next week! UPDATE, full grid tutorial here 👉 kzbin.info/www/bejne/bWGYiXZ7p9qNfNU
@SaharThe49
@SaharThe49 4 жыл бұрын
Good to hear, thanks for the hard work and keep on producing more 100 seconds videos!🤪
@yt-sh
@yt-sh 4 жыл бұрын
@@sanusihassan7125 you should make a demo of it to explain more easily than read the docs, but I will read them anyway
@sanusihassan7125
@sanusihassan7125 4 жыл бұрын
@@yt-sh Okay
@MyALPHAguy
@MyALPHAguy 4 жыл бұрын
you guys learned that from designcourse didn't you
@husler7424
@husler7424 4 жыл бұрын
However you explain a lot with ammazz examples.
@yukihyo8394
@yukihyo8394 4 жыл бұрын
love how css grid is just a modern way of how they used to build websites with tables xD impressive explenation in 100 seconds tho! :D
@Fireship
@Fireship 4 жыл бұрын
That is a fair point, it is very similar to table layout.
@Zuzki507
@Zuzki507 4 жыл бұрын
nowdays you need to know excel to build websites
@quazar-omega
@quazar-omega 4 жыл бұрын
Tables but cooler
@yzraeu
@yzraeu 4 жыл бұрын
@@Zuzki507 welcome to 2020
@KennethJohnsen
@KennethJohnsen 4 жыл бұрын
The idea is the same but semantic value is 100% different..
@gradientO
@gradientO 4 жыл бұрын
Try *this* in 100s
@Fireship
@Fireship 4 жыл бұрын
this is already in the works
@artifexmusic
@artifexmusic 3 жыл бұрын
Confusion 100
@WTFAnyNameWorks
@WTFAnyNameWorks 2 жыл бұрын
What is.. This ??
@privatelearning6825
@privatelearning6825 2 жыл бұрын
Not sure what you mean by this comment If you are talking about THIS in this comment then I must say THIS is a nice topic for this KZbinr to cover :)
@sluigi
@sluigi 2 жыл бұрын
to be honest, this is confusing.
@anon89461
@anon89461 4 жыл бұрын
SASS in 100 seconds, please!
@zmedemz8172
@zmedemz8172 4 жыл бұрын
bump!
@bijay7
@bijay7 4 жыл бұрын
loved the example of comparing css grid with excel sheet... made it so simple to visualize
@kasta867
@kasta867 4 жыл бұрын
I'm amazed by these 100 Seconds series, amazing bite sized introductions without skipping too much over topics!
@mgr1282
@mgr1282 4 жыл бұрын
love these in 100 seconds
@aussieraver7182
@aussieraver7182 Жыл бұрын
Seriously, CSS Grid and CSS Flexbox has solved all my requirements when it comes to layout and positioning for web applications. Whatever scaffold I am given, I can now finally recreate it in HTML/CSS with ease! FULL STACK OMW!!
@Ankushdas2001
@Ankushdas2001 4 жыл бұрын
Now play the video at 2x and make this in 50 seconds
@ionutPavlencu
@ionutPavlencu 4 жыл бұрын
epic :) , can you do a video about selectors, complex selectors and specificity ?
@premnathd
@premnathd 4 жыл бұрын
yes. many don't cover this
@jazzmaster89
@jazzmaster89 4 жыл бұрын
Here's a great video on the topic. kzbin.info/www/bejne/eXncgXqJpa6bidU
@canvaapplessons1224
@canvaapplessons1224 4 жыл бұрын
Which software do you use for videos? And how do you get the time to edit 😥
@oskarzanota7116
@oskarzanota7116 4 жыл бұрын
I just love how these videos really manage to explain a quite complex problem, but in 100 seconds. This is really useful as I often don't have the time or even just don't want to watch a long 10-20 minutes video about the subject.
@nogoodgod4915
@nogoodgod4915 3 жыл бұрын
Yes but this is just a really basic overview of the subject at hand. If you really want to learn and use CSS GRID you have to watch a 20+ minute video tutorial and do a bunch of projects with it to fully understand it.
@TheNewton
@TheNewton 4 жыл бұрын
1:08 That is firefox browsers grid inspector, currently chrome devtools only has highlighting. Great thing about template areas is you don't have to be text so we can start to get abstract with the area names , emojis, box characters,numbers*. _forgive the youtube formatting system_ ┌─┬┐ ╔═╦╗ ╓─╥╖ ╒═╤╕ ├─┼┤ ╠═╬╣ ╟─╫╢ ╞═╪╡ └─┴┘ ╚═╩╝ ╙─╨╜ ╘═╧╛ grid-template-areas: "╒═══╤╕ ╒═══╤╕ ╒═══╤╕ ╒═══╤╕" "├───┴┊├───┴┊ ├───┴┊ ├───┴┫" "└────┘ └────┘ └────┘ └────┘"; .box1 { grid-area: ╒═══╤╕; } .box2 { grid-area: ├───┴┊; } .box3 { grid-area: ├───┴┫; } .box4 { grid-area: └────┘; } *numbers can't start css class names though.
@Fireship
@Fireship 4 жыл бұрын
Wow, this is amazing. I might have to feature this comment in the next video 👍
@4MXW
@4MXW 2 жыл бұрын
came here specifically for this comment hahah
@crg_studios_2022
@crg_studios_2022 Жыл бұрын
who tf uses a right sidebar
@AmxCsifier
@AmxCsifier 4 жыл бұрын
You should do a series on the best lesser known web features that you can use today.. I discover a really cool feature from time to time and I always wonder how much am I missing lol
@Fireship
@Fireship 4 жыл бұрын
I like that! I actually have a list of lesser known web/pwa features going now.
@AmxCsifier
@AmxCsifier 4 жыл бұрын
@@Fireship The last one I discovered is that scrollIntoView supports smooth scrolling on most modern browsers! I found it smoother than jquery animate scrollTop
@4MXW
@4MXW 2 жыл бұрын
You're my hero. Not only because I need the content but because I want to (some day) have your standards in the way you teach and explain a concept.
@beinyourguard
@beinyourguard 4 жыл бұрын
Grid is powerful. So powerful that is actually kind of hard to understand it.
@mohamedelomari6480
@mohamedelomari6480 4 жыл бұрын
Can you introduce yourself in 100s?
@punsmith
@punsmith 4 жыл бұрын
Don't be fooled by other channels... Fireship as a channel has become easily one of the most unbiased, on-the-point and versatile channels when it comes to web technologies. I wish I had this kind of information curated at regular intervals for me ten years ago.
@bradywilliams1085
@bradywilliams1085 Жыл бұрын
thanks so much, this helped loads!
@stevegraham3726
@stevegraham3726 4 жыл бұрын
@Fireship you did a video about a flexbox navigation menu, could CSS-Grid used to do the same thing? Is one method preferred over the other, or is CSS Grid just the newest (and best?) kid on the block?
@ivantarnyagin
@ivantarnyagin 3 жыл бұрын
00:03 that last line was like: *OUUUAAAUAAUAUAU*
@will_abule
@will_abule 4 жыл бұрын
What about a Grid vs Flex video
@Fireship
@Fireship 4 жыл бұрын
The main diff is that Flex handles a single col/row, while grid handles both. They actually work well together. I might try to show that in the next project video.
@will_abule
@will_abule 4 жыл бұрын
@@Fireshiplooking forward to it!
@Krishnan172
@Krishnan172 3 жыл бұрын
You are making video bombs with these 100 seconds video.... I am loving it!!
@MMABeijing
@MMABeijing 4 жыл бұрын
thanks fireship! may i ask what you use to edit ur videos?
@nitkarshchourasia2406
@nitkarshchourasia2406 7 ай бұрын
🎯 Key Takeaways for quick navigation: 00:00 🎨 *CSS Grid Overview* - Overview of CSS Grid layout system, - Explanation of grid tracks, grid areas, and grid container concept, - Introduction to setting up a basic grid layout in HTML. 00:27 📊 *Building a Grid Layout* - Demonstrating the process of creating a grid layout in HTML, - Visualization of grid lines, tracks, and areas in Firefox, - Explanation of setting grid template areas and assigning grid areas to children elements. 00:55 📏 *Adjusting Row and Column Sizes* - Modifying the size of rows and columns in the grid layout, - Explanation of changing column widths and heights using pixel values or fractional units, - Introducing properties like grid template rows, grid template areas, and grid gap for adjusting spacing in the layout. Made with HARPA AI
@marcosmariante8706
@marcosmariante8706 2 жыл бұрын
100 seconds! love the "cut the crap" approach, subscribed!
@TheNewton
@TheNewton 4 жыл бұрын
🕹 Game - there is a gamified lesson at cssgridgarden that can be done on a lunch break 🏊‍♀️Deepdive - If you really need to know CSS Grid then see the website gridbyexample by Rachel Andrew ( or pretty much any of her work she helped write the spec) And read her article on supporting browsers without grid on smashingmag, and her cssgrid-ama on github 🛠 Tools - there's cssgrid-generator on netlify by sarah_edo 🎓Course - one thats free( wants your email...?) but I haven't tried it and it's a competing channel so don't want to link it
@dailymeow3283
@dailymeow3283 3 жыл бұрын
I like your videos, short and straight to the point,, also the memes you're always putting and your graphics are kinda branding 👾💗
@kaziboy264
@kaziboy264 4 жыл бұрын
Fireship is the gateway drug to web development
@KeithSmith42
@KeithSmith42 2 жыл бұрын
I'm about to trigger myself and several other people. Ahem. "We need to use Bootstrap 3 because some of our clients may be on browsers that don't support flexbox or grid." OOF!
@giffiyt
@giffiyt 2 жыл бұрын
I think "make" (gnu make) in 100 seconds would be a good one! And... maybe after that cmake :)
@youngkey3051
@youngkey3051 9 ай бұрын
On behalf of the community with ADHD I thank you for these quick videos lol.
@itsawildtashi1614
@itsawildtashi1614 2 жыл бұрын
Thank you, Love your videos! keep makin em'
@bahokilabadekia5712
@bahokilabadekia5712 3 жыл бұрын
The overjoyed guatemalan conclusively pump because zone contextually breathe given a ruthless steel. tenuous, ragged queen
@llihak
@llihak 4 жыл бұрын
thanks for the short and to the point video. well done. no rambling or jibber jabber, however ... I wish we could cure the internet of background "music"? didn't add anything, it was annoying and distracting, like far too many informational videos.
@The__Gent
@The__Gent 2 жыл бұрын
Wish they would allow more than five unique grid-template-areas.
@kerimtim
@kerimtim 7 ай бұрын
Thank you really made things clear
@dev_jana
@dev_jana 6 ай бұрын
People of Earth, we have located the best tutorial on the Internet
@Mattiac1980
@Mattiac1980 7 ай бұрын
Skip the unnecessary music!
@alihaydargubatov2790
@alihaydargubatov2790 4 жыл бұрын
Is this to replace bootstrap grids? (Sorry backend dev here)
@essaquadry
@essaquadry 2 жыл бұрын
You didn't even scratch the surface with grid
@mitfreude
@mitfreude 3 жыл бұрын
I struggle with css grid earlier on codecamp hahaaha then I saw this but I already figured out
@mountainslopes
@mountainslopes 3 жыл бұрын
Finally, Chrome has added grid visualization!
@segafrompk
@segafrompk 4 жыл бұрын
Great introductory video! I'm about to start work on some image gallery and wanted to test grid with it. This video helps a lot, tnx! :)
@romeorel1679
@romeorel1679 Жыл бұрын
Grid seems to be easier to understand than flexbox although I use flexbox more often.
@kreatur_
@kreatur_ 4 жыл бұрын
Hey these vids are really well made you deserve more subs
@MMABeijing
@MMABeijing 4 жыл бұрын
so u subscribed already right?
@kreatur_
@kreatur_ 4 жыл бұрын
@@MMABeijing yea ofc
@Kauzeyy
@Kauzeyy 4 жыл бұрын
Watched it in 2x and I learned it in 50 seconds
@johnaweiss
@johnaweiss Жыл бұрын
0:59 Why not use the same names? eg `header { grid-area: header; }` etc
@SayJee
@SayJee 4 жыл бұрын
Very impressive but can you explain Angular .for 100 seconds?
@Georgedev_
@Georgedev_ Күн бұрын
The video is short and very helpful.
@sudhakars7282
@sudhakars7282 4 жыл бұрын
Your videos always exceeds my expectations. Thanks for sharing. You rock!!
@howlingatthesound3125
@howlingatthesound3125 Жыл бұрын
HA! That's my idea of a great tutorial!
@ajayt2613
@ajayt2613 3 жыл бұрын
Holy shit this video saved me 5 hrs of css boring lesson in just 1:50sec
@riad2358
@riad2358 Жыл бұрын
like how awesome is this channel, seriously.....
@chickeninabox
@chickeninabox 2 жыл бұрын
How did you know, I was using Firefox.
@kirayamato6128
@kirayamato6128 3 жыл бұрын
The only issue on modern css is it is not compatible on other browsers.
@RounderSkillZ
@RounderSkillZ 4 жыл бұрын
Love your videos so much.
@codewitha7med
@codewitha7med 10 ай бұрын
more of this thanks a lot.
@samuelkahunga5987
@samuelkahunga5987 4 жыл бұрын
love the high quality videos
@rushikeshmore21
@rushikeshmore21 4 жыл бұрын
Make full video on grid system
@silvanb
@silvanb 2 жыл бұрын
So what's the difference between this and a table?
@jasontube22
@jasontube22 4 жыл бұрын
css grid? 1 minute? terry jones? like.
@erdalguler1516
@erdalguler1516 6 ай бұрын
Tamam abi teşekkür relsle
@Erraticfox
@Erraticfox 4 жыл бұрын
Amazing css grid always confused me but I think Flexbox is better than a grid template
@ratulsaha9487
@ratulsaha9487 3 жыл бұрын
NOICE. But I use Nextjs so having a main div is hard. I think I can try this on the element which is on my Layout class and put my Footer and Navbar inside the main.
@yousafraza7747
@yousafraza7747 4 жыл бұрын
still waiting for full grid project
@74Bagas
@74Bagas 2 жыл бұрын
As backend noob, i thought i don't need css. Now, i am in css rabbithole. And i regret... Didn't take it sooner
@74Bagas
@74Bagas 2 жыл бұрын
Just to understand a little bit grid and flexbox, at least i feel smarter. And i believe it is good for brain exercise. Even for me who cannot pick the "right" color 😂
@riveto_ir
@riveto_ir Жыл бұрын
this was actually more educational for me than most of 20 or 30 minutes tutorials, is should saw BRAvo! 🤠😇
@Xinthose
@Xinthose 4 жыл бұрын
Just use bootstrap.
@jarret.roloff
@jarret.roloff 10 ай бұрын
Thank you for this video. I just started out my developer journey, and grid has been difficult for me to grasp. This video is 🔥
@MHF-go9sd
@MHF-go9sd Жыл бұрын
It's amazing for gettin a general idea fast
@thekickbot7309
@thekickbot7309 3 жыл бұрын
What music do you use for these videos?
@ortatherox
@ortatherox 2 жыл бұрын
Nice overview
@soultouchingsongs
@soultouchingsongs 4 жыл бұрын
Excellent 👍👏
@hardcoretltl
@hardcoretltl Жыл бұрын
pls 100sec nav bar explained
@Omerko
@Omerko 4 жыл бұрын
Well now i cannot wait for full CSS GRID Project.. Good Job!
@pritishk123
@pritishk123 4 жыл бұрын
would like to see the grid full project. 100sec video was interesting.
@aneesh.augustine
@aneesh.augustine 9 ай бұрын
Why this not working in chrome
@ApurvKhare
@ApurvKhare 4 жыл бұрын
Your videos are good for a quick refresh of topics
@patrickbateman7665
@patrickbateman7665 4 жыл бұрын
Keep Playback Speed 2x to watch in 50 Seconds :p
@nicholascummings9084
@nicholascummings9084 8 ай бұрын
WOW THIS WAS AMAZING THANK YOU
@brettgregory3622
@brettgregory3622 4 жыл бұрын
More!!!!!
@sanjibpun1887
@sanjibpun1887 2 жыл бұрын
Love it... Thank you!
@kameshharkhani4177
@kameshharkhani4177 4 жыл бұрын
Where Do You Get Your Music From
@onurokumus
@onurokumus 4 жыл бұрын
4th
@Fireship
@Fireship 4 жыл бұрын
🏅Participation medal!
@ThiagoVieira91
@ThiagoVieira91 4 жыл бұрын
You fulfilled you promise! You would be a terrible politician. Good for us! 👏
@ashishtiwari3094
@ashishtiwari3094 4 жыл бұрын
Small and simple can you make a video for developing chrome extension?
@niksperience
@niksperience 4 жыл бұрын
Check css grid garden... best game where you learn css grid :)
@selmaezzahid5480
@selmaezzahid5480 8 ай бұрын
thank you so much💗💗💗
@TheNewton
@TheNewton 4 жыл бұрын
the spreadsheet analogy is useful and since ALOT of people understand "merge cells" in that context explaining template areas should be a bit easier ,ty
@ratulsaha9487
@ratulsaha9487 3 жыл бұрын
Nuxtjs in 100 seconds
@luis96xd
@luis96xd 4 жыл бұрын
This was an excellent video! Like all of them! 😄
@PullanElijah-q5q
@PullanElijah-q5q 23 күн бұрын
O'Connell Mission
@asimwilliams2116
@asimwilliams2116 2 жыл бұрын
dude, fantastic content!
@2u841r
@2u841r 25 күн бұрын
1:30 centered? hired
@krau5_
@krau5_ 4 жыл бұрын
I was writing this comment during 3 hours, I think this tutorial is too fast for me...
@randerins
@randerins 4 жыл бұрын
Mind blow! I'll be coming back to this video quite often.
@ethaneveraldo
@ethaneveraldo 5 ай бұрын
Or just use
@l.serpes3960
@l.serpes3960 4 жыл бұрын
Very loud music.
DevOps CI/CD Explained in 100 Seconds
1:56
Fireship
Рет қаралды 1,3 МЛН
Learn CSS Grid in 20 Minutes
18:35
Web Dev Simplified
Рет қаралды 791 М.
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 75 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 12 МЛН
7 ways to deal with CSS
6:23
Fireship
Рет қаралды 1,1 МЛН
Learn CSS Grid - A 13 Minute Deep Dive
13:35
Slaying The Dragon
Рет қаралды 569 М.
Please stop using px for font-size.
15:18
Coder Coder
Рет қаралды 172 М.
What is THIS in JavaScript? in 100 seconds
6:38
Fireship
Рет қаралды 218 М.
Tailwind CSS is the worst…
3:55
Fireship
Рет қаралды 1,5 МЛН
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 172 М.