im at the very beginning of my webdev journey and i gotta say your content and what you provide for us is priceless, I cant count the number of times I was struggling for hours then i come back to your videos and i find the solution , thank you so much !
Before diving into web development I went through lots of articles in quora , most of the articles were related to css and all of them said that css is just bullshit , not possible for everyone to cope up with it . It created too much hype in our community that it actually crated fear in out hearts . But I didn't have any option, so I started with html css . And then I came across the great kevin powell. You don't know how much you have contributed in my life.
I’ve been winging it with flex for a while and spending countless hours debugging and guessing to make things work with flex but after this overview on the basics, I have a better understanding of flex and how to approach the styling. Nice video, great breakdown.
Just wanna say I really like your videos. I've worked in web for close to 10 years and have never properly learned CSS and your videos are just so well made and easy to understand.
Thanks a ton, lol I was taking ss from your video just to keep a cheat sheet and you offered it, you're probably the best teacher on RUclips... thanks a ton
The CSS God....I spent hours yesterday trying to wrap my head around something like gridish...I sort of gave up but I was so close!!!...You really make CSS cool these vids are a lifesaver
I don't know what it is but you're in my head!!! I was exploring some ways to reduce my media queries while I was working on a project I used this gridi-sh example. But Kevin, when I say you're in my head I mean it! This keeps happening for months now! I find something new and then BOOM here's a new video with you playing with the same stuff!
Great! The content sidebar section is exactly what i need, in my job they are using float and width instead of flex-basis so that a field is more large than the next one. Thanks for that
For spacing margin works well and then you don't have browser compatibility problems. .parent { margin: -1rem} .child {margin: 1rem;} By adding a negative margin to the parent then you don't lose the width. This method works well when using flex wrap.
Now, always I have any doubt about css I come to this channel, since I watched the king of css battle video this is my favorite css channel. I'm improving my flexbox skills. :)
Kevin you're awesome, I used to fear CSS and everytime I tried making layouts I used to quit out of frustration, these videos of yours are great and I'm starting to understand things now. Thankyou!!
Super helpful - I love the way you teach and go through these concepts. It makes thinking about flexbox so much simpler. grid-ish seems really useful. Thanks Kevin!
This is great, thank-you so much! I was actually in the process of going through a number of your (older?) videos seeking to extract precisely this information - I had very recently started using the flex-box patter you named "grid-ish" after seeing your description of it regarding the use of flexbox - there was no 'grid-ish' name, in that video, but from my experimentnig with it I recognized the patterns from the video icon image on this one, and this one answers a number of the guestions I had about how to constrain the flex box (e.g. column width's etc- so - thanks again - I am really enjoying your videos
3 года назад+6
Little details like that ch unit totally have my mind blown :-O
I have watched many I think your the best CSS teacher on RUclips. Thanks , things get messy when I have a with a few icons and tags and I need to add a dropdown with a title in that and centre it.
Great work Kevin. Very well put together, straight to the point video. I also took you responsive design course which was great. Thanks for sharing your knowledge!
Great video - love these settings. BTW, I took your free 21-day responsive layout course this Summer, and now building a responsive site is a piece of cake. I just got my site up and I need to fix some designs that I don't like but it looks good on a smartphone. I started out though NOT building via responsive first - that was a mistake. I ended up building my last 2 pages responsive first and it was easy - now I have to go back and clean up the mess I made from building desktop first...
Kevin you are a amazing! 👏 thank you for explaining these css scenarios in easy to understand manners, it really helps a lot , because responsive design is such a vital part of web dev, but also such a hard one, especially for newer developers⭐
For the 1st layout, minor quibble: flex-basis: 1fr; would work just as fine, but I find it a bit more precise. E.g. 100% somewhat makes me think "100% of... parent? they can't all do that". While 1fr makes ti clear it's 1 fraction of the available space for each.
Alternatives to using gap, for example, for a three-column base layout. Replace the placeholder "gutter" with the actual value (e.g., 1rem): parent { display: flex; } .children { flex: 1 1 0%; } .parent > *:not(:first-child) { margin-left: gutter; } or, parent { display: flex; justify-content: space-between; } .children { width: calc(100% / 3 - gutter / 2); }
What was new for me: gap property. What did you explain to me a little better instead of reading it myself ? the shorthand flex property. Take the sbuscription, sir.
I really wish I knew about this channel when this video came out. I am now a firm believer in the Church of Flex, but it has taken me a while to figure out what the hell I was doing. This video would have been So helpful to me then, and still has some really useful info.
This is what i wait for :) probably last year of the video and it makes me happy. Thanks Kevin. We hope that 2021 will be great for everyone. Kevin also I want to see more updated video about old topic with new trend like css position on cutting edge effect etc.
Hi Kevin...thanks for a super tutorial. Very clear. Also you've got a good voice for it too. Good pacing and step by step..... Oh and thanks for the pdf too...helps after watching to reinforce 👍 Best wishes Tyrone.
• If you put your left hand on the keyboard in the position of "k j l ; ", than you can use j to get 10 seconds back, k to pause, and l to get 10 seconds forward. In addition you can use m ro mute the video. • You can use Ctrl+L to type a new search query. • (Only for chrome)You can also write "youtube.com" to the searchbar, and then press tab, and you will use youtube search withoug opening youtube first. • Use Shift+Delete to delete the entire row of text, usefull for the css. • Use Alt+7 (7 on the numpad) to make the "•" sign (carefull in the browser, might open a new tab). • You can also type "donwnload firefox for developers", download it, use the duck duck go search engine, then delete google chrome. Now no one knows what are you doing all the time.
I'm doing a free project where they have every information you need mixed together and give a path to becoming full stack developer. Yesterday I finished flexbox and now everything goes easier on my webpages.
I like, that you try to improve the video quality an it is totally visible and thank you for that! The only thing is, I would like to see your face instead of side profile, that way you would give us more of the feeling of personal conversation.
Awesome stuff Kevin! Thank you very much. I am back on dev again after some days in pause mode . I will get back to your classes on CSS demystified tomorrow morning ! Happy new year to you and family !
You could try applying display:hidden; on the glasses (not none so they stay in the flow of course). Unfortunately, it was not supported yet when I last tried. But they look good anyways.
Safari is like IE? Eeeeh, NO. Safari is a browser that uses WebKit the engine used by Chrome originally. In fact, IE was SO BAD, that not only Microsoft got rid of it but created a new browser with a different name. 😉
@@BneiAnusim Microsoft learned their lesson with Edge, though. Now that they got rid of IE, Safari is the one that's always behind. So, yeah... Safari is like IE.
First name to search for when you need anything related to CSS.
For sure!!
FACTS!!!
SO TRUE!
fax
Wrong. He is the css 😎
im at the very beginning of my webdev journey and i gotta say your content and what you provide for us is priceless, I cant count the number of times I was struggling for hours then i come back to your videos and i find the solution , thank you so much !
Before diving into web development I went through lots of articles in quora , most of the articles were related to css and all of them said that css is just bullshit , not possible for everyone to cope up with it . It created too much hype in our community that it actually crated fear in out hearts .
But I didn't have any option, so I started with html css .
And then I came across the great kevin powell. You don't know how much you have contributed in my life.
I’ve been winging it with flex for a while and spending countless hours debugging and guessing to make things work with flex but after this overview on the basics, I have a better understanding of flex and how to approach the styling. Nice video, great breakdown.
Just wanna say I really like your videos. I've worked in web for close to 10 years and have never properly learned CSS and your videos are just so well made and easy to understand.
I still don't understand how you have less then 200K subs... You deserve more!
YESSS, i think the same. This channel is so rich in content
Dido...
done.
I think it's because most people overlook the role of CSS until they really need it.
Now he has 267.000 in less than 4 months
Thanks a ton, lol I was taking ss from your video just to keep a cheat sheet and you offered it, you're probably the best teacher on RUclips... thanks a ton
The CSS God....I spent hours yesterday trying to wrap my head around something like gridish...I sort of gave up but I was so close!!!...You really make CSS cool these vids are a lifesaver
It never fails. I come to one of these videos for a specific technique, and end up deleting my entire style sheet.
🤣🤣
I don't know what it is but you're in my head!!!
I was exploring some ways to reduce my media queries while I was working on a project I used this gridi-sh example.
But Kevin, when I say you're in my head I mean it!
This keeps happening for months now!
I find something new and then BOOM here's a new video with you playing with the same stuff!
Great! The content sidebar section is exactly what i need, in my job they are using float and width instead of flex-basis so that a field is more large than the next one. Thanks for that
For spacing margin works well and then you don't have browser compatibility problems.
.parent { margin: -1rem}
.child {margin: 1rem;}
By adding a negative margin to the parent then you don't lose the width. This method works well when using flex wrap.
First of all, great video! Everytime I need to refresh flexbox you're the first person I come to!
I love your videos. Everytime I get stuck on something and I search youtube it's always one of your videos that get me back on track.
I don’t really understand those dislikes. They might have clicked by mistake. Thank you so much Kevin. Another great video. 👍
Found this guy TODAY!!!! ONLY TODAY!!! THANK YOU Kevin!
As always, totally easy explanations and very visually! Keep it up Kevin!
Thanks so much!
Now, always I have any doubt about css I come to this channel, since I watched the king of css battle video this is my favorite css channel. I'm improving my flexbox skills. :)
Kevin you're awesome, I used to fear CSS and everytime I tried making layouts I used to quit out of frustration, these videos of yours are great and I'm starting to understand things now. Thankyou!!
Super helpful - I love the way you teach and go through these concepts. It makes thinking about flexbox so much simpler. grid-ish seems really useful. Thanks Kevin!
This is great, thank-you so much! I was actually in the process of going through a number of your (older?) videos seeking to extract precisely this information - I had very recently started using the flex-box patter you named "grid-ish" after seeing your description of it regarding the use of flexbox - there was no 'grid-ish' name, in that video, but from my experimentnig with it I recognized the patterns from the video icon image on this one, and this one answers a number of the guestions I had about how to constrain the flex box (e.g. column width's etc- so - thanks again - I am really enjoying your videos
Little details like that ch unit totally have my mind blown :-O
Its feel amazing everytime seeing your's video notification on youtube . Thanks alott Sir
every time i get to your video i learns atleast one awesome trick to make my projects more effective.
so thanks for that.
Now you seems to be my way to go if i need to check some css tricks, i hope you keep making these videos
It's thanks to this guy I did my first free Lance job and then landed a good job
Nice! Congrats 🎉
Thanks for showing this. Yes I agree that Flex is really amazing and personally I prefer it above css grid what is actually overkill.
I actually use grid way more often 😂
But flex is still great at what it does!
I'm new to the channel but learned so much about the awesome power of Flexbox! Thank you so much for sharing!
You're the real genius of css
I use Grid to create layouts and flex when I want anything inline. Great tutorial.
You are the nicest RUclipsr I've ever seen Mr. Powell! I love watching your content! So wholesome
Thanks so much 😊
It's really cool that how you manage to minimize the use of media query.Hat's off sir!😍
I have watched many I think your the best CSS teacher on RUclips. Thanks , things get messy when I have a with a few icons and tags and I need to add a dropdown with a title in that and centre it.
this guy is literally a life saver.
Great work Kevin. Very well put together, straight to the point video. I also took you responsive design course which was great. Thanks for sharing your knowledge!
Great video - love these settings. BTW, I took your free 21-day responsive layout course this Summer, and now building a responsive site is a piece of cake. I just got my site up and I need to fix some designs that I don't like but it looks good on a smartphone. I started out though NOT building via responsive first - that was a mistake. I ended up building my last 2 pages responsive first and it was easy - now I have to go back and clean up the mess I made from building desktop first...
Flexbox has "gap" property now?!! 😍 Thank you!! I always find something new in your videos!
Brilliant, thank you Kevin. I'm just starting my journey on flexbox.
A little VS Code trick to duplicate lines: Alt+shift+arrow up or down. If you select multiple lines, you can also duplicate them like this.
Yeah, that's a great one. I've set up a macro on my keyboard to do it because I'm lazy, lol.
Perfect timing, I'm currently working on a project where I might be able to use the content-sidebar idea to streamline my classes a touch.
i've never heard of the ch unit before thats reallly helpful
And an enormous thank you 4 teaching me modern CSS.
Kevin you are a amazing! 👏 thank you for explaining these css scenarios in easy to understand manners, it really helps a lot , because responsive design is such a vital part of web dev, but also such a hard one, especially for newer developers⭐
Flexbox design patterns I surely will use in my projects. Thank you for that.
Nice vid! I love Flexbox. It's so useful. I use it on each and every web page, multiple times.
Outstanding teacher and seems to be a very nice guy in the real life. Thank you Kevin, for all the great things you do!
It was a brushing up video for me on Flexbox properties, Thank you Kevin :)
I love to see more videos on CSS Animations...
Really the CSS king!! Thanks for the knowledge!
This is real magic! Thank you so much. Have a wonderful new year 2021!
One of the best videos that you have made. Thank you so much man! You rock!
Best explanation i've seen so far. It also makes me feel better that he types about as a bad as I do. ;)
What will I do without your tutorials? !!😩😍
most amazing video in recent times which I have watched to learn Flexbox.... thanks so much Sir... All The best !
Always learn something new from Kevin's HTML, CSS & JS videos. He's a PRO and a Hero. We are all getting old!
Safari really starting to feel like the new IE for me 😤
For the 1st layout, minor quibble:
flex-basis: 1fr;
would work just as fine, but I find it a bit more precise. E.g. 100% somewhat makes me think "100% of... parent? they can't all do that". While 1fr makes ti clear it's 1 fraction of the available space for each.
I feel smarter every time I watch your videos
Exactly what I needed for my current project. Thanks
I'm addicted to learning CSS because of you!
wow you really are king of CSS
Watching your videos for two hours straight! Having me question myself for studying HTML and css for two years and what!??
Amazing stuff. I have been looking for this precious info for almost a month. You saved our back :) Thank You.
I wished u could make a video with the title, CSS GRID LAYOUT DESIGN PATTERNS cause this video of yours was awesome
thanks for the help, you make web-design learning much easier for me
Thank you for your videos. They've been an invaluable resource in my web development learning journey
Alternatives to using gap, for example, for a three-column base layout. Replace the placeholder "gutter" with the actual value (e.g., 1rem):
parent {
display: flex;
}
.children {
flex: 1 1 0%;
}
.parent > *:not(:first-child) {
margin-left: gutter; }
or,
parent {
display: flex;
justify-content: space-between;
}
.children {
width: calc(100% / 3 - gutter / 2);
}
What was new for me: gap property. What did you explain to me a little better instead of reading it myself ? the shorthand flex property. Take the sbuscription, sir.
You are awesome :) Quality over Quantity my man, you are doing way better than other youtubers XD I am a fan
Thank you for brief explanation!
Amazing stuff Kevin! Thanks for this!
I really wish I knew about this channel when this video came out.
I am now a firm believer in the Church of Flex, but it has taken me a while to figure out what the hell I was doing. This video would have been So helpful to me then, and still has some really useful info.
This is what i wait for :) probably last year of the video and it makes me happy. Thanks Kevin. We hope that 2021 will be great for everyone. Kevin also I want to see more updated video about old topic with new trend like css position on cutting edge effect etc.
Thank you, the first part helped me on a project. CSS Flexbox is harder to work with than grid, but I want to know it nonetheless.
Awesome thanks Kevin for video on flexbox.
Absolutely on the edge, creative us of code for Flexbox, very interesting solutions and I hope Safari 15 will support gap too
These guys are making me the web dev I want to be
Hi Kevin...thanks for a super tutorial. Very clear. Also you've got a good voice for it too. Good pacing and step by step..... Oh and thanks for the pdf too...helps after watching to reinforce 👍
Best wishes
Tyrone.
The Gridish one is awesome. 😍
• If you put your left hand on the keyboard in the position of "k j l ; ", than you can use j to get 10 seconds back, k to pause, and l to get 10 seconds forward. In addition you can use m ro mute the video.
• You can use Ctrl+L to type a new search query.
• (Only for chrome)You can also write "youtube.com" to the searchbar, and then press tab, and you will use youtube search withoug opening youtube first.
• Use Shift+Delete to delete the entire row of text, usefull for the css.
• Use Alt+7 (7 on the numpad) to make the "•" sign (carefull in the browser, might open a new tab).
• You can also type "donwnload firefox for developers", download it, use the duck duck go search engine, then delete google chrome. Now no one knows what are you doing all the time.
I'm doing a free project where they have every information you need mixed together and give a path to becoming full stack developer. Yesterday I finished flexbox and now everything goes easier on my webpages.
Thanks Kevin , You really helped me out today
Take my sub, you really deserve it. thanks alot mate. Hope that your channel blows up
I like, that you try to improve the video quality an it is totally visible and thank you for that! The only thing is, I would like to see your face instead of side profile, that way you would give us more of the feeling of personal conversation.
Working on a new set up now, should be up sometime in early February
The gridish was great. Always wanted tgat.
December 30th and you’re keeping the beat. Thanks for the great videos. And happy new year!
Happy new year to you as well!
thank you for all your tips and tutorials , you are a living treasure bro
all hail to the Css King!Such a life saver!
Awesome stuff Kevin! Thank you very much. I am back on dev again after some days in pause mode .
I will get back to your classes on CSS demystified tomorrow morning !
Happy new year to you and family !
That Lorem50 trick is amazing
How is he doing that? With an extension? You know the name?
@@carlosbertomeumarin8944 you simply write lorem50 press tab and it adds 50 placeholder words. Works with any number after the lorem
My "Go To Guy" whenever I need something related to CSS!
Life saver 🙌🏼 helped a lot, seen you on web dev simplified css quiz episode 😁✌🏼 actually thought that was hilarious and very informational.
You could try applying display:hidden; on the glasses (not none so they stay in the flow of course). Unfortunately, it was not supported yet when I last tried.
But they look good anyways.
The king of css
I can’t wait to support you further than watching your videos!! You are a great teacher can’t wait to join the Patreon!!
When you intend to teach some nice flexbox design patterns and end up making comic book pages
You are an absolute hero
Love this. Super Awesome!! TQVM!
Awesome , getting crazy with flex
Well, safari is like IE, but for a different system ;)
Safari is like IE? Eeeeh, NO. Safari is a browser that uses WebKit the engine used by Chrome originally. In fact, IE was SO BAD, that not only Microsoft got rid of it but created a new browser with a different name. 😉
@@BneiAnusim Microsoft learned their lesson with Edge, though. Now that they got rid of IE, Safari is the one that's always behind. So, yeah... Safari is like IE.
I appreciate this demos, keep it up!