Learn by copying, not copying & pasting

  Рет қаралды 25,454

Kevin Powell

Kevin Powell

Күн бұрын

Пікірлер: 44
@Pallab_Shrestha
@Pallab_Shrestha Жыл бұрын
The title got me cooking
@MrSubZer05
@MrSubZer05 Жыл бұрын
LET HIM COOK!
@Bengadeer
@Bengadeer Жыл бұрын
Well done - because: You brought into play all the resources to solve a problem in a logical way so not only do you solve the problem but learn how to solve the problem at the same time. That may seem obvious but it's not often done in video presentations. The genius is reinforcing the idea that all great creations come from building on great efforts done in the past by someone else. There's no crime done, it's just the difference of struggling in the shadows and being savvy.
@jauntykudu1697
@jauntykudu1697 Жыл бұрын
If you want your background image to look darker to help the text show up, layer a linear gradient on the background-image property with a comma to separate it from the image url. I didn't see that part in the video - but I learned a lot about css animation! Thanks Kevin!
@rogermarquez1314
@rogermarquez1314 Жыл бұрын
This is the EXACT video I was looking for. Been playing around a lot with Code Pen and I love what they do letting non-developers or WebDev enthusiast like me be able to build something without having to start from scrath...THANKS A MILLION!!
@chainedbeauty
@chainedbeauty Жыл бұрын
Your videos are always like a comfy blanket for me :) after long days of learning how to code other stuff i always know that i can learn something useful and cool on your channel as a treat in the evenings! :) thank you for that Kevin!
@shontam
@shontam Жыл бұрын
I love these kind of videos! Practical and actually useful design tutorials. Surprisingly there is a severe lack of these types of videos. Hope you keep making more!
@germantoenglish898
@germantoenglish898 Жыл бұрын
Great video, thanks! I love watching the Hyperplexed channel too, he finds effects he likes and works out the code from scratch.
@samirmulla8176
@samirmulla8176 Жыл бұрын
I like your deep understanding of css concepts and their explanation,,,,😊
@agateanne6384
@agateanne6384 10 ай бұрын
Over my head, but so very interesting. I'm a newby again! Thank you!
@thesedaysart437
@thesedaysart437 Жыл бұрын
Thanks for another great video. Your content is always super relevant 🙏
@lukas.webdev
@lukas.webdev Жыл бұрын
Yes, I agree! 😉
@SerilaBuck
@SerilaBuck Жыл бұрын
Imo , that's a lot like in ART, in illustrative drawing . a lot of the advice are the same, keep pricticing, study the masters and copy to learn , but copy like Kevin described it in the video
@jakobo5521
@jakobo5521 Жыл бұрын
That was really interesting and valuable video. You are showing the way that frontend devs should go especially at the beginning of the path. I am currently digging deeper trying to figure out how the things are working and what can we do to learn faster and become better. Thanks a lot! :)
@ciroseijas8529
@ciroseijas8529 Жыл бұрын
AMAZING VIDEO BRO ! Thats what I looking for!
@iamavegetable1936
@iamavegetable1936 Жыл бұрын
Thank you for all these explanations, tips & tricks. Brilliant. Have a nice day :)
@t.gentertainmentgroup1262
@t.gentertainmentgroup1262 Жыл бұрын
Very good analysis and explanation 🙏
@lukas.webdev
@lukas.webdev Жыл бұрын
Great video! Thanks Kevin 😉
@randy918
@randy918 Жыл бұрын
As I do projects in tutorials, I make them different, and solve any new issues. Copy/paste feels wrong. The last thing I should do. As close as I get, when puzzled, is type it in carefully. Pasting = not learning anything.
@jacobday3826
@jacobday3826 Жыл бұрын
My favourite thing in a tutorial is when I mess something up. Rather than going back in the video I try to see where I went wrong. Takes a little longer but it keeps me engaged and I'm sure I learn more for it too.
@deatho0ne587
@deatho0ne587 Жыл бұрын
Steal things you like and break them. Convert from something you stole and change it to something else that does the same thing. Basically, tinker with stuff.
@Jerrifabi
@Jerrifabi Жыл бұрын
Thanks for this concept
@raviel498
@raviel498 Жыл бұрын
Online Tutorials did something similar. Pretty cool
@ghost_gaming4476
@ghost_gaming4476 Жыл бұрын
My only problem with CSS as a beginner is the units, em, ex, %, px, cm, mm, in, pt, pc, ch, rem, vh, vw, vmin, vmax.
@KevinPowell
@KevinPowell Жыл бұрын
Keep it simple and use rem for like 99% of things early on 🙂
@raviel498
@raviel498 Жыл бұрын
Not a professional, but I think most of the time you'll use rem and px. Sometimes % and vh. And others if you want sometimes more specific. Again, I assume that the way it is
@shontam
@shontam Жыл бұрын
I've been doing web design for 20 years and I still only know px lol
@maximroslow
@maximroslow Жыл бұрын
Dan Abramov sad me this thing: “Do things that someone already did”
@TheStickofWar
@TheStickofWar Жыл бұрын
I’ve been developing for a long long time but I had no idea you could do this in dev tools…
@KB04
@KB04 Жыл бұрын
I found a really efficient way of making this type of card using your grid translate from height: 0; to height: auto; video. Around 60 lines of code
@katr810
@katr810 Жыл бұрын
@KB04 where is the video?
@KB04
@KB04 Жыл бұрын
@@katr810 just search for "grid translate from height: 0; to height: auto;" on youtube, its one of the first videos to come up.
@lushbugmel
@lushbugmel Жыл бұрын
Is anybody else having issues with card:focus-within .card-content animation? It doesn't work for me once I include the .card { overflow: hidden; }. Otherwise, it works fine.
@Atameow
@Atameow Жыл бұрын
I thought you wouldn't look at the code? You're not copy pasting, but you're still viewing it lmao.
@serychristianrenaud
@serychristianrenaud Жыл бұрын
Thanks
@aliciaw2
@aliciaw2 Жыл бұрын
Hi Kevin, I'm a newbie here and it would be nice if you can explain more about why did you use h2 for the card-title? Why not use h1? Thanks!
@jspetsandcrafts9862
@jspetsandcrafts9862 Жыл бұрын
Not Kevin but also an answer 😂 Basically first off, h1 is pretty big, and since that heading is not so big h2 will do. Seconds, h1 should be reserved for really important elements only and you generally only want one h1 per page (: Hope this helps
@aliciaw2
@aliciaw2 Жыл бұрын
@@jspetsandcrafts9862 Ahhh, I see! Now I understand... thank you for the response & really appreciate it!
@sunsande
@sunsande Жыл бұрын
Why does the codepen (the onhover animation) not work in FF?
@KevinPowell
@KevinPowell Жыл бұрын
I just tried it out and it works in FF for me 🤷
@sunsande
@sunsande Жыл бұрын
Now it really works, but not 2 days ago - strange :) 🤷
@morscoder
@morscoder Жыл бұрын
I won't forget to make my corner of the internet, just a little bit more awesome, literally by stealing 😌😎
@adeolaadebusuyi8295
@adeolaadebusuyi8295 Жыл бұрын
be a curious burglar 😋
@user13rs258
@user13rs258 Жыл бұрын
Tbh that feels I'm a devil inside 😅 and just curse myself for doing this.. 🥲 but I need it at the same time knowing both mess me up lol..
Avoid these 5 beginner CSS mistakes
21:38
Kevin Powell
Рет қаралды 89 М.
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 185 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
A new approach to container and wrapper classes
25:27
Kevin Powell
Рет қаралды 272 М.
These CSS best practices might be holding you back
23:28
Kevin Powell
Рет қаралды 30 М.
Lean How to Code: From Copy Paste to Comprehension
8:40
edutechional
Рет қаралды 6 М.
Easily create overlapping sections on a website
11:20
Kevin Powell
Рет қаралды 32 М.
A simple approach to layouts when going from design to code
23:17
Kevin Powell
Рет қаралды 71 М.
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,5 МЛН
How to escape the container on only one side
28:48
Kevin Powell
Рет қаралды 50 М.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 988 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 991 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН