Are you using the right CSS units?

  Рет қаралды 456,175

Kevin Powell

Kevin Powell

Күн бұрын

Пікірлер: 470
@einfachnurlegendar7947
@einfachnurlegendar7947 3 жыл бұрын
Summary: font-size: rem width: % in combination with a max-width, ch height: question urself "do i rly need to set height" if yes -> use a min-height padding/margin: rem or em, kevin often uses em for padding of buttons media queries: em px only for little things like shadows, borders etc. Great Video :)
@kedigiller111
@kedigiller111 3 жыл бұрын
Just I'm looking for this, thanks :D
@JErock25
@JErock25 3 жыл бұрын
Thank you!
@colindante5164
@colindante5164 3 жыл бұрын
Thanks ))
@DilshanPuwanendran
@DilshanPuwanendran 3 жыл бұрын
thanks mate
@tabhesab3555
@tabhesab3555 3 жыл бұрын
Thanks
@TheBigCheez365
@TheBigCheez365 3 жыл бұрын
This is such a solid channel. Literally my go-to for any and all things CSS. You da man Kevin.
@yasuekko8814
@yasuekko8814 3 жыл бұрын
Indeed 🔥
@ErikZettersten
@ErikZettersten 3 жыл бұрын
Second this
@juanmartinguillen4876
@juanmartinguillen4876 3 жыл бұрын
I concord
@robs257
@robs257 2 жыл бұрын
I agree
@dr_corrupt1014
@dr_corrupt1014 Жыл бұрын
kevin you are the man!
@andreschavarria7091
@andreschavarria7091 3 жыл бұрын
Ok so I’m 37 years young and decided to learn html/css with absolutely 0 experience and knowledge about coding or programming. Your channel has made things way easier for me to understand. So I guess I just want to say thank you and recognize the importance of sharing and the impact you’re making.... thanks!
@toddhoward5947
@toddhoward5947 3 жыл бұрын
All the best man ❤
@samuelgoncalves5616
@samuelgoncalves5616 3 жыл бұрын
Love that you are trying to learn! That's the way to go. Just out of curiosity, why did you start learning?
@rellison68
@rellison68 3 жыл бұрын
Hi Andres. I am 52 and am returning to development after about 10 years off. I really appreciate channels like this to help out. Good luck!
@andreschavarria7091
@andreschavarria7091 3 жыл бұрын
@@rellison68 thanks Robert, and good luck to you too! Agree with you, channels like this show some of the greatest benefits of platforms like KZbin... sharing IS caring
@andreschavarria7091
@andreschavarria7091 3 жыл бұрын
@@samuelgoncalves5616 thanks Samuel! My wife started doing volunteering at her job, but one requirement is that whoever they’re volunteering for, must have a website and must of them don’t have one... so I said to her... I can build them a website, I’m sure that’s easy! Ha, little did I know... lol. And so I started learning literally 32 days ago. It’s a win win situation, they get the website and I get to learn.
@cmyk8964
@cmyk8964 2 жыл бұрын
For basic HTML games, I define a custom variable in the root relative to the viewport width/height (e.g. min(4vw, 3vh)) and calc everything else relative to that
@patriknordberg1259
@patriknordberg1259 3 жыл бұрын
I think you missed out on CSS Grid and using fractions or fr. Which I think should be very relevant at this time. People really need to start embracing CSS Grid as it makes your layout so much cleaner and allows you to keep your HTML semanticly correct. Appreciated the comment about ch. I hadn't used that so much and it really makes sense for column sizes.
@lofi_stations
@lofi_stations 2 жыл бұрын
I discovered this channel a few days ago, I learned more about mobile responsive design than anywhere else and feel more confident using CSS. Kevin, you're a real one
@rohitkf8474
@rohitkf8474 2 жыл бұрын
Font size : use rem Width : coupled with max width, use ch unit(75 or less) Height : set min height Padding or margin : em(padding for buttons) or rem Medi queries : em
@TheJacklwilliams
@TheJacklwilliams 2 жыл бұрын
The ironic thing, as newb, I've used pixels for most everything because? I haven't the slightest idea of the definition and proper usage of the units you mentioned... Which of course, calls out the immediate need for me to, learn them, and use them accordingly. Thanks for this Kevin. I'm enjoying your content very much.
@tomasjsierra
@tomasjsierra 2 жыл бұрын
After watching this I improved my site by a lot, I think. Such a big difference in just 6 minutes of video. Many thanks.
@lofi_stations
@lofi_stations 2 жыл бұрын
Same!! made a new css which went from 1000 lines to 700 for my website
@CodingNuggets
@CodingNuggets 3 жыл бұрын
The CSS GOAT bringing everyone some very useful info. Appreciate you Kevin. See you soon!
@TheMatcap1
@TheMatcap1 3 жыл бұрын
After deploying some sites on html and css i started watching your tutorials and i´m totally impressed, you really helped me a lot improving my css styling an writing. Thanks!
@kiggi__
@kiggi__ 3 жыл бұрын
I am playing catch up with everything HTML, CSS, Javascript. Your video's are fantastic at helping me get to grips with all that has changed, keep up the awesome content!
@VasilyPavlik
@VasilyPavlik 3 жыл бұрын
Man, after your videos I started to use REMs. And it's marvelous. Because you can change only one font-size for body in media-query. And that's all. It works like variables even in IE. Now I'm thinking in REMs everywhere. Our body default font size is 10px, so it's quite easy to calculate. But it's also easy to scale layouts for any screen size depends on media. Thank you a lot!
@erichobbs4042
@erichobbs4042 3 жыл бұрын
I learned about Ch from one of Kevin's other video's last year. It's my go to unit for designing text layout now.
@maxwellandyaffanyi7499
@maxwellandyaffanyi7499 3 жыл бұрын
🙌🙌🙌👏.... You be CSS bossu 🥳🥳 😄Kudos from Ghana🇬🇭
@theorycreative
@theorycreative 3 жыл бұрын
Great video! It definitely gets confusing sometimes, especially if you’re hours into a project, getting tired and start making mistakes. I’m still a designer at heart, even though I’ve been writing code for decades, it’s not often enough to keep track of everything... and then throw math into the mix after a long day, d’oh!
@ViorelMocanu
@ViorelMocanu 3 жыл бұрын
My rules of thumb are: » % or vw for box widths » % or vh for box heights (indeed, rarely) » rem or em for font sizes, leadings, and other type-related dimensions (e.g. image sizes sometimes) » em for paddings and margins » px for border widths (especially when aiming for that 1px crisp) and media queries (will take a look at the article you recommended, but in principle, it worked well for me so far) and widths and heights (even if I override them in CSS in other units) » ch for paragraph max-widths
@Brunoenribeiro
@Brunoenribeiro 3 жыл бұрын
.kevin__coat { display: flex; justify-content: flex-start; }
@ivanberdichevsky5679
@ivanberdichevsky5679 3 жыл бұрын
I think this has align-items: flex-end actually 😂
@akifcankara2225
@akifcankara2225 3 жыл бұрын
.kevin__tshirt:nth-child(even){ background: pink; } .kevin__tshirt:nth-child(odd){ background: whitesmoke; } .kevin__tshirt:nth-child(3n){ background: grey; }
@sumitpurohit8849
@sumitpurohit8849 3 жыл бұрын
.kevin__coat { align-items: space-between; }
@ari-mcbrown
@ari-mcbrown 3 жыл бұрын
weird flex, but okay
@Springfielde
@Springfielde 3 жыл бұрын
I really like that you add your face to your content. It makes things much more direct, so it's easier to learn. :)
@MasayaShida
@MasayaShida 3 жыл бұрын
Thanks so much for this I'm always insecure about what units to use
@Coco-ii2pu
@Coco-ii2pu Жыл бұрын
You're the best tutor online Kevin. And somehow you have all the answers 😂. Thank you
@mikaockerman832
@mikaockerman832 6 ай бұрын
Our designers want things to look consistent across sizes, fully responsive, and they also make very complex designs. This means the headings, boxes, margins, padding all needs to adjust to screen size. I find myself using Calc with VW quite often. I don't know of that's the best way, but it has been working for me. I do use REM for font size whenever I can though. Thanks!!
@tonybell1597
@tonybell1597 10 ай бұрын
Thankyou! I’ve very recently arrived at coding a website for a group of people, having managed to avoid html, css and Java since Sir Tim B-L invented it! (Odd as I’ve been in this business for 40+ years) and now I’m here! Wow…. Thank you so much for your vids, they have been superb at explaining principles … keep up the grand work…
@arceniocornejo6779
@arceniocornejo6779 3 жыл бұрын
I'm trying to learn more about css "little tiny details" for many years. I know your videos will be helpful to learn the subtle details hidden in this languages. Thanks very much for your efforts to disseminate these important techniques. PD I am a retired professor from Panama.
@doug7897
@doug7897 3 жыл бұрын
Due to writing a lot of wordpress stuff, I've avoided using the 62.5% font-size trick since that breaks certain styles in the admin. Instead I have a SASS function called rem(), which just takes whatever pixel value I want to have, and devides by 16 to convert to rems. Definitely a few more characters to type (painfully so), but I've honestly gotten used to it and outside of the awkwardness using them in things like long padding declarations, it's been pretty nice. Untill the designer uses inspector to figure out size adjustments and gives me values in REMs that I have to convert back to pixel values. Then it's hell.
@aceandember
@aceandember 2 жыл бұрын
So, today something clicked and I owe it all to you Mr Powell. I have been doing CSS/SCSS almost every day for a few years but I didn't grasp the concept of parent height affecting the height of children until I watched one of your videos (you do great btw, ty). I struggled with dealing with it for a long time and today I was tackling a typical challenge, one where a div dynamically pops up from the bottom and I had to size the content above so that it could handle a custom scrollbar etc. Anyway, due to your videos, I walked it through and it worked the first time! Often I'd struggled over this similar scenario with other elements and had to guess, refresh, and just sort of luck my way into it. Now I get it! TY TY TY!!
@jackr9122
@jackr9122 3 жыл бұрын
Kevin thank you so much man - the clarity I get from these videos is unreal. Keep it up, my friend!
@imluctor5997
@imluctor5997 3 жыл бұрын
You can also make a function in scss to calculate the pixels to rem. I always use that and call the function px-to-rem() if you take this in use make sure you don't have to put a value with px at the end to make it faster to write it.
@mountainslopes
@mountainslopes 3 жыл бұрын
I like the idea of px for html font size (can change with breakpoints), rem for components, and em for elements within those components.
@KevinPowell
@KevinPowell 3 жыл бұрын
For accessibility reasons, it's really important not to set the html font size with a pixel value. Assume the default is 16, and use a percentage. You can still scale that number up and down within breakpoints :)
@maitolehrer2613
@maitolehrer2613 3 жыл бұрын
I've been looking for this kind of video for a long long time now. Thank you so much for this!
@dimitrys.2494
@dimitrys.2494 3 жыл бұрын
i thought you had like a million plus followers. you are my go to guy if i don't understand something in css. let's try and bring you to at least half a mil. i'm sharing for sure all the time ! you go man!
@antoniomasotti8060
@antoniomasotti8060 2 жыл бұрын
I love this man and his videos. You see immediately how experienced he is and still humble and willing to help. And the advices are always top, they greatly improved the way I use css.
@doubledeckercouch6251
@doubledeckercouch6251 3 жыл бұрын
Excellent video - and something which needed a quick reference point to "flick back to". Thanks Big K :)
@asdfasdfsdflk
@asdfasdfsdflk 2 жыл бұрын
This is so useful for how short it is; I really appreciate this content.
@haliszekeriyaozkok4851
@haliszekeriyaozkok4851 2 жыл бұрын
When ı wasn't know the difference between relative and absolute units ı used to the absolute units and because of that struggled with media queries. Thanks to Allah ı learned them and now my layouts even more responsive and ı don't use media queries too much.
@troelsrasmussen7457
@troelsrasmussen7457 3 жыл бұрын
Realy nice example with the button where padding is defined using em! Good job and nice videos - thanks!
@A_Lesser_Man
@A_Lesser_Man 3 жыл бұрын
css is the bane of my existence, you make it bareable!
@SalmanSharieff-One
@SalmanSharieff-One 3 ай бұрын
I tend to use "em" for button padding, When text of my buttons are of different sizes, because if you are using fluid typography "em" will resize based on font size, much better alternative, since i use svg icons for my buttons.
@AnandKumarChaudhary
@AnandKumarChaudhary 3 жыл бұрын
Kevin has unparalleled skill of explaining highly complex concepts in very simple manner. Great Work!!!!
@necroowl3953
@necroowl3953 2 жыл бұрын
Thanks a lot, Kevin, your videos are awesome and very complete. This used to be super boring to me, and your content got me interested in actually learning SCSS.
@mmelimahlobo7656
@mmelimahlobo7656 Жыл бұрын
I am forever grateful for having such people like you,every time I am stuck with css I know you will be the solution to my problem may the Lord increase you more and more
@nymusicman
@nymusicman 3 жыл бұрын
Been a rem user for a long time and love it. First time learning about ch. I'm very excited to start using it in some of my websites.
@wickedwifestre
@wickedwifestre 2 жыл бұрын
this was extremely helpful. i’m pretty new to css so this gives me a lot of good stuff to think about. thank you!
@snaydenoff
@snaydenoff 3 жыл бұрын
Great video! As a product designer who has just started writing my own html/css, I find your videos really useful! It would be great for beginners if you could expand on the issues with examples, such as what issues using the viewport width would cause. ✌️
@GR_BackingTracks
@GR_BackingTracks Жыл бұрын
@ 4:21 is my favorite of the tips... I'm a brand newbie to this stuff and this seems perfect for the site I'm making.
@georgiosg9464
@georgiosg9464 Жыл бұрын
this cool person is the only one who making me enjoy his content , describe it as much as simple he can!
@Priority64
@Priority64 3 жыл бұрын
In addition to awesome content you put out constantly, I also have to admire that your videos are CRISP! Love that not only your content is hiqh quality but your video quality too.
@MaulikParmar210
@MaulikParmar210 3 жыл бұрын
I still prefer ems over rems when it makes sense with math and size ratios, it makes life easier when done with pre-processor. It's all about design aesthetics, math and design systems we use. Different people have different design system preferences and there's nothing wrong with it. At the end pixel perfect output matters when it comes to design.
@mabelwin4779
@mabelwin4779 6 ай бұрын
THANKS U SO MUCH❤😢WITH your videos, now I become understanding about front end working .the videos are right to the point and save time❤🎉
@yahayaoyinkansola8258
@yahayaoyinkansola8258 7 ай бұрын
Thank you so much Kevin for this particular video!, it really clarified a lot for me
@DANNFIGDESIGNS
@DANNFIGDESIGNS Жыл бұрын
This was the video I was looking for. I know how the units work, but where to use them busted my brain. For the most part I was using vh and vw to much. Also, I was using em for my font sizes, and the parents all the way up were using em as well. Also the whole concept presented here will stick. Thank you Kevin. Big fan. Update: I read the article regarding the media queries and I'm curios if it's still relevant today. It definitely was written a long time ago. I'm using Webflow and was surprised to see them using px for media queries.
@chrislife1101
@chrislife1101 2 жыл бұрын
Kevin, I'm a dumbass, it's hard for me to pick up the simplest concepts, but idk how you do it. You just make my brain work with ur explanations. Currently following a Udemy course and alot of the properties etc are poorly explained, so I come here
@md.farukuzzaman3911
@md.farukuzzaman3911 Жыл бұрын
Kyle(WDS) said, you are the guru of css, i think you are also the guru in presentations.
@zummon
@zummon 2 жыл бұрын
Browser setting is the main point of using *rem* . Just like dark and light mode. People preference is just infinite amount of works for developer/designer. And using *rem* helps a lot for sizing.
@RahulKumar-jx5ku
@RahulKumar-jx5ku 3 жыл бұрын
You are making my job easier, Kevin. Thank you very much for that.
@90kidsgamezone76
@90kidsgamezone76 3 жыл бұрын
You are the man who learn me a lot of love with css
@Reckless917
@Reckless917 3 жыл бұрын
Amazing video as always. Super concise and well explained, thanks a lot!!
@penggunayoutube2580
@penggunayoutube2580 2 жыл бұрын
I always check a video or two from this channel. All of them is really helpful in my road on web development learning Love your content
@DrewBombard
@DrewBombard 3 жыл бұрын
Just found Kevin last week. Wow… so awesome and easy to understand examples and tutorials and … just amazing.
@KevinPowell
@KevinPowell 3 жыл бұрын
So glad you're enjoying my content!
@PharoahJardin
@PharoahJardin Жыл бұрын
Just came from your video telling me to avoid using percentages for widths but here you recommend it... Also why not get into the nitty gritty? People clicked on the video to know about the details of CSS units. Everyone already knows the basics. Had to google rem vs em.
@0the0ambient0
@0the0ambient0 3 жыл бұрын
Kevin ~ You are amazing . So much ambiguity yet you find clarity
@ru2979
@ru2979 3 жыл бұрын
Sir .This is a ultimate web dev channel . Kudos to your hard work and love your videos ❤️☺️
@utkarshagrawal3640
@utkarshagrawal3640 3 жыл бұрын
This is what i do...... html { font-size : 62.5%. [That is around 10px = 1rem] } then I use rem and em everywhere, helps a lot in responsiveness!
@dancehalllyrics1303
@dancehalllyrics1303 3 жыл бұрын
Thanks! I might try to adapt that into my pen future projects!
@LanFeusT23
@LanFeusT23 3 жыл бұрын
This is a good solution, because then 1.5rem is very easily understood as "15px". That being said, when I do that I add body { font-size: 1.6rem } to bring back the default font size to 16px. Although I personally prefer leaving 100% on the html and only changing it for media query. If my designers want a default 14px (which I usually fight back against) then I'll do a body { font-size: 0.875rem }
@utkarshagrawal3640
@utkarshagrawal3640 3 жыл бұрын
@@LanFeusT23 this is not a good idea, bcs let say u add body { font-size : 0.625rem} And u have a parent div and a child div div#parent { font-size : 2em width : 2em } _____________ div#child { width : 2em } here the width of the child would be 80px and for parent would be 40px...... ________ where as rem unit would refer to the root element only and so to ease the multiplications i used html font size 62.5%
@LanFeusT23
@LanFeusT23 3 жыл бұрын
@@utkarshagrawal3640 You make a good point, but I guess I should have added I don't use em units, ever. I find that using almost exclusively rem is a better and easier way to deal units. Using a large button is a good example that Kevin makes, but I'd rather just have a class that states what my font-size and margins are when large than having to deal with rem and em. If everything is rem you almost never have any issues!
@in43sh
@in43sh 3 жыл бұрын
does it work for static websites?
@dragonore2009
@dragonore2009 3 жыл бұрын
Same here I don't use pixels as much anymore. For when I do use them, it's usually some margin left or right that needed 4px or something. The only big use I have for pixels is sometimes I will use them for min-widths where appropriate.
@lieutenantlascivious1992
@lieutenantlascivious1992 3 жыл бұрын
Thank you so much! I learn so many little tricks and get so many great suggestions from your videos!
@micahhlc
@micahhlc Жыл бұрын
the best CSS teacher in youtube.
@cmdaltctr
@cmdaltctr 3 жыл бұрын
THANK YOU THANK YOU! I have been wondering about this as a beginner and this helped me termendously!
@TheMoonLayingLow
@TheMoonLayingLow 3 жыл бұрын
This is so helpful! Thank you for sharing your knowledge, Kevin.
@stefanofrontani2220
@stefanofrontani2220 2 жыл бұрын
So clear. You've just won a new subscriber.
@KevinPowell
@KevinPowell 2 жыл бұрын
Welcome aboard!
@lostcarpark
@lostcarpark 2 жыл бұрын
That's really helpful. I occasionally need to design things for print, and sometimes for label printers, so need to be able to control exact size on the page. I generally use cm or mm with media queries for these.
@KevinPowell
@KevinPowell 2 жыл бұрын
I come from a print background, and the idea of using fixed units like that in CSS scares me so much, lol. But it does the job!
@lostcarpark
@lostcarpark 2 жыл бұрын
@@KevinPowell Absolutely. I think in most cases fixed units are to be avoid. There are just occasions when something needs go to a printer, and needs to fit precise measurements. Mostly this will be for admin pages that end users will never see.
@mechmaverick
@mechmaverick 3 жыл бұрын
literally subbing because the "ch" explanation
@stevepiraud7629
@stevepiraud7629 3 жыл бұрын
Awesome, like always!
@md.siddiq7165
@md.siddiq7165 3 жыл бұрын
I set up font-sizes with vw and also I needed to make them responsive with media queries. Yeah I know that's a lot of work. I didn't find my way out with rem for font-sizes 🙂🙂
@joeldcanfield_spinhead
@joeldcanfield_spinhead 3 жыл бұрын
When possible, I use calc(X.Xvw + 0.Xrem) - I haven't stopped to do the math yet, but I'm planning to come up with a formula that always works.
@md.siddiq7165
@md.siddiq7165 3 жыл бұрын
@@joeldcanfield_spinhead Thanks. Yeah I will try for that kind of formula too. Let me know if you can figure that out.
@jimhalpert9803
@jimhalpert9803 3 жыл бұрын
I'd rather just use rem with media queries set at the breakpoints when the font starts getting weird.
@KoalaBerzerker
@KoalaBerzerker 2 жыл бұрын
Ah well, I just did a small self-paced course on HTML and CSS. I can do some stuff but the more I watch your videos the more I know that I don't know crap.
@centrumsaiyan7623
@centrumsaiyan7623 2 жыл бұрын
Noooooooooooo Why didn't I came across this channel earlier in my life.
@mrx-qi8th
@mrx-qi8th 3 жыл бұрын
Nice,thanks for sharing your information. I've always clicked the like button even if i didn't have the time to watch it at the moment
@guillermoandradaFSD
@guillermoandradaFSD 3 жыл бұрын
Thank you so much... You channel is awesome
@enos5192
@enos5192 2 жыл бұрын
Trust me when I say Kevin is really underrated
@williamboshi1855
@williamboshi1855 3 жыл бұрын
This topic interested so much I liked before watching, I hope the algorithm gods noticed
@vojkanbg
@vojkanbg Жыл бұрын
When setting the value of REM units, do you round or do you use full 3 or 4 decimal places? I mean for 21px on the front end, do you set 1.3125 rem, 1.313 rem, 1.31 rem, or 1.3 rem?
@shahshail12
@shahshail12 3 жыл бұрын
Hey Kevin, your videos are awesome 👌, just wanted to ask you that is it a good practice to give margin top & bottom in vw?
@jensensphotography4570
@jensensphotography4570 6 ай бұрын
Shit that’s cool about the html font size to make calculating the rem size a lot easier
@eddymison3527
@eddymison3527 2 жыл бұрын
75 chars per line.. that's new to me. Thanks a lot.
@Vreth6
@Vreth6 3 жыл бұрын
You nailed the thumbnail on this one 😂
@TheDMaciek
@TheDMaciek Жыл бұрын
Thanks man! Great video
@adedimolao9094
@adedimolao9094 2 жыл бұрын
This page is a goldmine
@kblyr
@kblyr 3 жыл бұрын
Awesome! This is really very helpful, thank you!
@tommy6322
@tommy6322 3 жыл бұрын
I am not sure. But hopefully you will clear things up for me! :) Love your videos!
@nico220790
@nico220790 3 жыл бұрын
Percentages (except for fonts) and viewport units don't play well with the accessibility of your website. Some users need to use the zoom function and those units don't play well with that. Always use em for your media queries, not only for compatibility reasons but for accessibility as well. It will allow for the media queries to kick in when the user is zooming again just like it would when the viewport changes in size. Accessibility is easily overlooked, but some simple/low-maintenance tricks like these are a breeze to implement. Would be waste potential when ignored.
@krishchandrahasan7955
@krishchandrahasan7955 3 жыл бұрын
I see this being done all the time. Devs, in fact entire teams use rems for font sizes because, you know, they've probably heard that using pixels are bad and then they do two things. 1. Set the base font size in pixels (defeats the purpose of using ems end rems) OR 2. Use pixels for media queries along with REM font sizes - this completely destroys layouts when the media query kicks in and the base font is not 16px.
@PlayRiteProductions
@PlayRiteProductions 3 жыл бұрын
Video is gold, thanks so much!
@jovanlaguitao3384
@jovanlaguitao3384 2 жыл бұрын
Very helpful Kevin thank you so much!!
@fabulousman3999
@fabulousman3999 7 ай бұрын
I used dvw in setting width and dvh in setting height
@Andrei-xb1pz
@Andrei-xb1pz 3 жыл бұрын
Cool video! I don't like CSS but you make me hate it less
@vasiovasio
@vasiovasio 2 жыл бұрын
Great video! Thank you!
@PaulNieman
@PaulNieman 2 жыл бұрын
Brilliant and helpful advice. Thank you.
@timbittins
@timbittins 3 жыл бұрын
If you would be a rapper, your name would be EmiRem
@huynh4128
@huynh4128 3 жыл бұрын
This is the video i needed right now
@creatorshorizon5125
@creatorshorizon5125 2 жыл бұрын
Em: will the real slim unit, please stand up!
@KasumovMedia
@KasumovMedia 3 жыл бұрын
Kevin after watching your channel religiously for 3 months I feel like I plugged into the matrix and downloaded some expert coder experience
@Football__Junkie
@Football__Junkie 3 жыл бұрын
Great video. Actionable and to the point
Use Emmet to up your HTML game
11:22
Kevin Powell
Рет қаралды 67 М.
CSS em and rem explained #CSS #responsive
16:54
Kevin Powell
Рет қаралды 386 М.
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 16 МЛН
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 1,8 МЛН
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 21 МЛН
This flowchart will help you pick the right CSS unit
18:50
Kevin Powell
Рет қаралды 52 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Use these instead of vh
6:06
Kevin Powell
Рет қаралды 509 М.
Please stop using px for font-size.
15:18
Coder Coder
Рет қаралды 164 М.
A CSS Unit Deep Dive - Learn CSS Units & When To Use Them
15:13
Slaying The Dragon
Рет қаралды 89 М.
Learn CSS Units In 8 Minutes
8:48
Web Dev Simplified
Рет қаралды 230 М.
The problems with viewport units
13:23
Kevin Powell
Рет қаралды 362 М.
The new CSS pseudo-classes explained - :is() :where() :has()
13:50
Kevin Powell
Рет қаралды 137 М.
I redesigned YOUR websites
20:44
DesignSpo
Рет қаралды 19 М.
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 16 МЛН