I usually don't comment, but I just wanted to say that this is such a great and eye-opening video when it comes to tackling very common problems with responsiveness. I appreciate it tons, so thanks for this!
I stumble into some of your shorts and while I've been doing frontend dev for years, and feel like I can solve most CSS problems or implement most layouts, watching your videos is a humbling experience. I might as well not know CSS. Thanks a lot for the great content.
This repeat(auto-fit, minmax(min(200px, 100%), 1fr) is life changing. I was facing this problem in my current project and you helped me fix it. THANK YOU SIR
The last part with the side bar was exactly what what I've been struggling with for the last couple of days and now I've found the solution. Thank you Kevin.
I have been a member for a month now and your videos helped me solve problems that i have been strugling with, for that i thank you You are a great mentor, always on the point!💯 ❤
Kevin doesn't disappoint when it comes to HTML & CSS. He teaches exactly what we need. I have learned a lot watching his videos and I am still learning and implementing it in real time projects. Thank you Kevin for making these videos it's really really helpful 🙏
I recently worked on a large project and I happened to blend most of these layout tools together(also media queries), and the result was astonishing. Thanks, Kevin!
Great stuff, thanks for sharing really like the scroll aligned and the cluster with the items "justified" but except the last example nothing beats media queries 😅
These types of videos are amazing - great job. Love the detailed explanations with the possible pitfalls and solutions to those pitfalls !! Keep up the great work
I was pondering tables the other day and thought I'd come and have a gander here, you should definitely do a responsive table video. They can be a pain but there are times where tables are needed for information and the CSS behind them would be pretty interesting.
@@KevinPowell wicked 🙂 I do enjoy your videos, firmly believe there is always something new to learn or improve on and you always have something different to show 🙃
Fascinating video on youTube I have barely seen, and this video is the one. Your every css lessons made me think regarding css even in my busy schedules. Thank you to bring this kind of things to us.
The min hack on auto grid is awesome. I usually use media queries there and have a different template columns for smaller devices but now I can just write less code. 😁
Hey Kevin, I love your videos and this one is super useful for what I'm doing at work right now. May I suggest reducing the size of your talking head bubble? It often blocks the content.
Wow, I love it and saves so much time on creating media queries. Also, I like the new format Kevin. i.e. rather than type in every command, you just jump forward. Much better. George
i have also been using: minmax(min(100%, 25rem), 1fr), a lot but i recently switched to just using minmax(0, 25rem), i mean its not the same but does the job, and a lot more clean
Flex is really simple, but it will usefull when build a simple design or for quick positioning block. Then, grid is a bit hard to deal with it at first, but it really more usefull to build a spesific or complex design.
I'm having to maintain codes in which the previous dev used margin: -x to arrange things... I told my teammate that's not how CSS works and you should just go take up Kevin's course... Thank you!
I really enjoy watching your video i have learned a lot Now i'm challenging myself to download all your Videos you ever created to my phone and keep it for learning purpose and in case i may have a student in the future your videos will really help a lot. Ones I make all the downloads I will create a short video and tag u
Guys i learned responsive design with their conquering responsive layout.. If u have any problem to building responsive website so i believe (CRA) course is mandatory for you
Вітання панові Кевіну з України, Ваші відео допомогають мені та полегшують навчання. Greetings to Mr. Kevin from Ukraine, your videos help me and make my studies easier.
it’s so cool to look at one of your videos realizing that i know everything you are explaining. i came up with the same solutions during coding, had the same hacks. that’s really uplifting. maybe i’m better skilled and have greater knowledge and understanding than i thought. thank you for that. and thank you for that video, putting that all in one place.
Yeah, been mucking around with websites since the late 90s, and been teaching it over a decade. Experience goes a long way, and teaching it helps get into it deeper
hi. Kudos!. In the main-sidebar example, can you explain why the sidebar got so squashed up by the main in flex mode? I was expecting them to shrink at the same rate since there shrink is both 1 and their size is auto. Why is the side bar width so shrunk to min-content?
Hi Kevin, thx for this Tutorial. I have a Question: How I can solve this with multiple Rows ? (I need a static Count of Columns but flexible Rows in a scroll Container). On Desktop it works but on mobile the Columns gives right a large Offscreen Space... :( many Thx)
I wish grid would make it easier to define that you want columns counts of certain sizes only - like only allowing snapping between 8, 4, 2 and 1 while disallowing 5,6 and 7. This comes up often when trying to align logos and you don't want, say, 6+2 items, but only 8 or 4+4 or 2+2+2+2... So far, I've not found any solution other than media queries (and container queries in the future).
I have a question, is there a standard on how to set text sizes? Right now I am looking at each section at each breakpoint and use media queries to adjust the text sizes but there has to be a better non time consuming way of doing it
Is there a way to force flexbox to evenly distribute (by number) the child elements across rows? For example, if I have 8 elements and they can all fit in one row, display them as such. But if I reduce the width such that a second row is created, I'll end up with two rows of four instead of one row of seven followed by a row of one. Setting the grow value only seems to work across elements in the same row, not across all child elements in the flexbox.
Thanks, Kevin for another great video! Question in regard to the reel demo. What if each horizontally scrolled section do not share the same height? One section has a lot of content causing the other sections to be comparatively empty. Thanks again for your good work.
Hi, thank you for a great video. Could you please make a video about tips on how to create an eco-friendly sustainable website? Now they are becoming highly requested among the clients. Thanks.
Well, the main thing would probably be keeping them simple and light-weight, I'm guessing... The more heavy lifting to fancy effects that the browser has to do, the more resources it will use. I'd be really curious on checking the power consumption of websites, not something I've ever looked into and I'm not even sure how to accurately test that. I think, in general, the difference would be pretty small, and it might be more of a marketing thing, but I'll see if I can't dig anything up to.
I usually don't comment, but I just wanted to say that this is such a great and eye-opening video when it comes to tackling very common problems with responsiveness. I appreciate it tons, so thanks for this!
Thanks so much! I appreciate that you took the time 😊
My english is not good but I benefit from your channel a lot
Use wordtune
@@සහොඳටමෆේල් What is this?
After EVERY your video I have irresistible desire to rewrite at least a quarter of my current project. And a half of previous ones.
I stumble into some of your shorts and while I've been doing frontend dev for years, and feel like I can solve most CSS problems or implement most layouts, watching your videos is a humbling experience. I might as well not know CSS. Thanks a lot for the great content.
This repeat(auto-fit, minmax(min(200px, 100%), 1fr) is life changing. I was facing this problem in my current project and you helped me fix it. THANK YOU SIR
The last part with the side bar was exactly what what I've been struggling with for the last couple of days and now I've found the solution. Thank you Kevin.
I took Kevin’s course and it was great. It gave me a structured overview of responsive design. Can’t recommend it enough ❤
It is really cool that in such short video all most common cases considered. Extremely helpful and useful. Thanks
I have been a member for a month now and your videos helped me solve problems that i have been strugling with, for that i thank you
You are a great mentor, always on the point!💯
❤
Kevin doesn't disappoint when it comes to HTML & CSS. He teaches exactly what we need. I have learned a lot watching his videos and I am still learning and implementing it in real time projects. Thank you Kevin for making these videos it's really really helpful 🙏
I recently worked on a large project and I happened to blend most of these layout tools together(also media queries), and the result was astonishing. Thanks, Kevin!
Thanks Kevin, this is such a clear summary of the best of flex and grid, I will be showing this to my web class next week!
Awesome, glad you enjoyed it enough to share with your class! Hope they enjoy it too 😊
Never thought of making those flex-wrap divs for tags/navs like that, this is actually what I wanted to figure out, thanks a lot
Another big shoutout for Every Layout. I *constantly* go back to that to try and get my developers to learn to love the cascade.
I often get issue when using flex-wrap. This video really helped me.. amazing as usual
Great stuff, thanks for sharing really like the scroll aligned and the cluster with the items "justified" but except the last example nothing beats media queries 😅
"Flex-grow 9999 versus 1" really blows my mind, cool!
Thank you so much for this video. Super helpful and well-presented. Your time and effort is most appreciated!
This video is genius. I really love it. I can't wait to refactor my codes with this. Love the touch ups.
that's why i call you big brother of css, i love and inspire your work and creative code writing
These types of videos are amazing - great job. Love the detailed explanations with the possible pitfalls and solutions to those pitfalls !! Keep up the great work
I’m finishing up a React course right now and as soon as I’m done, I’m diving into CSS Demystified. Can’t freaking wait.
I learned a lot with just 11 minutes. Excellent CSS knowledge. Thank you so much.
The flexbox hackery is just brilliant!
I'm speechless, I just can not imagine CSS without your videos, thank you so much for such a great videos!!!!!!!!!!
Ahhhhhhhhh, I love this guy, like I love this guy...that flex grow trick was just what i needed😂
Last layout trick with the sidebar very must have for me, I eliminated 2 media queries and 50 strokes of code
This is gold, and only takes 11 minutes, omg.
Thank you, thank you for the great video. I really appreciate the effort you put in Videos.
Layouts have been a battle for me so thank you for this great video 😊
I can't thank you enough for all the content, tips etc you share. Keep it going master!!!
Where have you been all my life. Thank you!
bro this guy is having tutorials for everything, thank you!
Not fancy, but useful! Thank you, Kevin! Be healthy and successful!
Thank you so much for all you shared so far and for the free course as well. Really appreciate it!
I was pondering tables the other day and thought I'd come and have a gander here, you should definitely do a responsive table video. They can be a pain but there are times where tables are needed for information and the CSS behind them would be pretty interesting.
It's in the works :D
@@KevinPowell wicked 🙂 I do enjoy your videos, firmly believe there is always something new to learn or improve on and you always have something different to show 🙃
Fascinating video on youTube I have barely seen, and this video is the one. Your every css lessons made me think regarding css even in my busy schedules. Thank you to bring this kind of things to us.
this is one of the most awesome thing i ever can learn, thank you for sharing 💯
The min hack on auto grid is awesome. I usually use media queries there and have a different template columns for smaller devices but now I can just write less code. 😁
For the sidebar I use min and max width with a width of 100% to get the same effect without the need to treat them differently.
Your channel is a gem 🙌🏻thank you
Hey Kevin, I love your videos and this one is super useful for what I'm doing at work right now. May I suggest reducing the size of your talking head bubble? It often blocks the content.
Wow, I love it and saves so much time on creating media queries. Also, I like the new format Kevin. i.e. rather than type in every command, you just jump forward. Much better.
George
i have also been using: minmax(min(100%, 25rem), 1fr), a lot but i recently switched to just using minmax(0, 25rem), i mean its not the same but does the job, and a lot more clean
i mean if you are listing items it wont work but it works while doing layout
I Love the 5:15... Was Amazing...
Flex is really simple, but it will usefull when build a simple design or for quick positioning block. Then, grid is a bit hard to deal with it at first, but it really more usefull to build a spesific or complex design.
One of a few best teachers ever!
I'm having to maintain codes in which the previous dev used margin: -x to arrange things... I told my teammate that's not how CSS works and you should just go take up Kevin's course... Thank you!
I just wanna say, you and your contents are amazing!
I could never get the scroll snap stuff right! Thanks for the super simple example
Good lord...This dude is CSS Master!
I really enjoy watching your video i have learned a lot
Now i'm challenging myself to download all your Videos you ever created to my phone and keep it for learning purpose and in case i may have a student in the future your videos will really help a lot.
Ones I make all the downloads I will create a short video and tag u
Really great tips!
Didnt know about some of them techniques, thanks for the video!
Thank you so much for all your tutorials! A big hug from Brazil =)
One of your best videos ever, great work!
the last example was cool
hahaha the last one was pretty interesting to solidify flex topics that aren't that used ~
Thanks Kevin! Every day's a school day :)
literally what im working on right now
great video. Thank you for the useful examples.
Awesome, Kevin! thanks. Coincidentally i was just thinking about implementing one of these layouts, so perfect timing as well!
Great demonstration!! Keep going....
Guys i learned responsive design with their conquering responsive layout.. If u have any problem to building responsive website so i believe (CRA) course is mandatory for you
Great video sir ...
Thank you Kevin
Вітання панові Кевіну з України, Ваші відео допомогають мені та полегшують навчання.
Greetings to Mr. Kevin from Ukraine, your videos help me and make my studies easier.
it’s so cool to look at one of your videos realizing that i know everything you are explaining. i came up with the same solutions during coding, had the same hacks. that’s really uplifting. maybe i’m better skilled and have greater knowledge and understanding than i thought. thank you for that.
and thank you for that video, putting that all in one place.
Kevin I love you )). Thanks bro for all staff
You sir, have this really nailed down 🤩
How do you know CSS so well? What path did you follow ? Or it comes with experience?
Most are from experience, I am sure that Kevin has been doing web dev since the 90s
Yeah, been mucking around with websites since the late 90s, and been teaching it over a decade. Experience goes a long way, and teaching it helps get into it deeper
great stuff Kevin, thank you!
Simple and useful video
Great video, thanks!
Amazing work Kevin 😃 This is like a cheatsheet for me
Superb as always🔥
I'm confused, wouldn't using VW or REM instead of px for the widths be a better solution?
Wow, i want to print that video and hang it on my office wall!
Thanks so much, glad you enjoyed it!
The content is 🔥🔥
Thank you 🌹
hi. Kudos!. In the main-sidebar example, can you explain why the sidebar got so squashed up by the main in flex mode? I was expecting them to shrink at the same rate since there shrink is both 1 and their size is auto. Why is the side bar width so shrunk to min-content?
your video is goldddd
Hi Kevin, thx for this Tutorial. I have a Question: How I can solve this with multiple Rows ? (I need a static Count of Columns but flexible Rows in a scroll Container). On Desktop it works but on mobile the Columns gives right a large Offscreen Space... :( many Thx)
This is super useful, thanks!
Thanks!
Thank you so much!
I wish grid would make it easier to define that you want columns counts of certain sizes only - like only allowing snapping between 8, 4, 2 and 1 while disallowing 5,6 and 7.
This comes up often when trying to align logos and you don't want, say, 6+2 items, but only 8 or 4+4 or 2+2+2+2...
So far, I've not found any solution other than media queries (and container queries in the future).
That would be pretty cool of we could do that!
I have a question, is there a standard on how to set text sizes? Right now I am looking at each section at each breakpoint and use media queries to adjust the text sizes but there has to be a better non time consuming way of doing it
4:30 This is magic. Why does the mouse wheel work horizontally?! I normally use JS for this ...
your the chad sir kevin
Is there a way to force flexbox to evenly distribute (by number) the child elements across rows? For example, if I have 8 elements and they can all fit in one row, display them as such. But if I reduce the width such that a second row is created, I'll end up with two rows of four instead of one row of seven followed by a row of one. Setting the grow value only seems to work across elements in the same row, not across all child elements in the flexbox.
You my friend, are a magician!😂😂😂
Thanks, Kevin for another great video!
Question in regard to the reel demo.
What if each horizontally scrolled section do not share the same height?
One section has a lot of content causing the other sections to be comparatively empty.
Thanks again for your good work.
Hi, thank you for a great video. Could you please make a video about tips on how to create an eco-friendly sustainable website? Now they are becoming highly requested among the clients. Thanks.
Well, the main thing would probably be keeping them simple and light-weight, I'm guessing... The more heavy lifting to fancy effects that the browser has to do, the more resources it will use. I'd be really curious on checking the power consumption of websites, not something I've ever looked into and I'm not even sure how to accurately test that. I think, in general, the difference would be pretty small, and it might be more of a marketing thing, but I'll see if I can't dig anything up to.
Thanks a lot! master
Really nice!
using media query on the last one is less confusing than using flex basis?
Great!.... Dare I say it? AWESOME :)
By the way it would be interesting to see how you would tackle accessibility options with modern website css.
Haha, I've never thought of using flex-grow like that. Not sure if you were adjusting to fast but it looked a little jittery.
Might have just been a recording glitch, doesn't cause any issues I've ever noticed.
Man what we used to have to do for these, prior to grid & flex.
Blood, sweat, and floats 😅 - it wasn't an especially fun time for layouts, but it was better than tables!
sir can you make a video about loop reel scrolling please.
Wow, didn´t even know flex-grow can have a value of bigger than 1.