Responsive layout practice for beginners

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 147

  • @nove1398
    @nove1398 11 місяців тому +91

    Videos hardly go in depth like this, maybe for other reasons of course but i would really love to see more detailed videos like this. I definitely recommend this channel for real learning.

    • @S_U_M_E_R
      @S_U_M_E_R 10 місяців тому

      this channels been here for a long time lol what're you talking about?

    • @morganwey
      @morganwey 10 місяців тому

      ? ​@@S_U_M_E_R

  • @nemeziz_prime
    @nemeziz_prime 11 місяців тому +24

    We need more of these project videos Kevin. Your methods to tackle common web dev problems is really amazing and helpful for other devs. It'd be great if you could do more of these videos

  • @faheem7504
    @faheem7504 9 місяців тому +2

    man's a god-tier teacher of html css.

  • @Rubi-fn9uu
    @Rubi-fn9uu 11 місяців тому +10

    I've learnt more in this video than in my 3 years of web development in high school. Thx Kevin!

  • @iChrisBirch
    @iChrisBirch 9 місяців тому +3

    So many pieces of gold throughout this video for anyone newer to css. Thank you for not editing out the part where you had to change the design and go a different direction!

  • @chukwuebukaokonta167
    @chukwuebukaokonta167 9 місяців тому +2

    My love for CSS is growing solely because of you. Lovely videos

  • @111earthangel5
    @111earthangel5 11 місяців тому +10

    Thank you for this awesome video. I recently completed the Responsive Layout Course and I just want to THANK YOUUU. The course has changed the way I tackle building responsive layout designs. Enjoyed it and learnt so much from it. I’m excited and a lot more confident in building my first portfolio project. Would 100% recommend to anyone who hasn’t taken it by now

    • @mraihan295
      @mraihan295 11 місяців тому +1

      How long did you take to finish the responsive layout course? I was thinking to take the course too

  • @nasimajosefi
    @nasimajosefi 11 місяців тому +9

    Love your break down, please continue with this series every week.

    • @KevinPowell
      @KevinPowell  11 місяців тому +7

      Definitely not every week, but I'll do them maybe one a month or once every 2 months :D

    • @nasimajosefi
      @nasimajosefi 11 місяців тому

      @@KevinPowell as long as you continue with it 👍🏻❤️

    • @lionelfaith3646
      @lionelfaith3646 11 місяців тому +1

      @@KevinPowell One a month is better, if you can for sure

  • @pretendlovers
    @pretendlovers 11 місяців тому +1

    i love when developers on youtube go super in depth explaining everything, especially to do with the responsiveness of webpages

  • @jacobwwarner
    @jacobwwarner 4 місяці тому +1

    Reaching the end I definitely like the grid solution more than flex. Following what I've heard you say in other videos, grid is better when you want the parent to exercise control of its children. So, in this example, you can have more control just adding properties to the `.layout-grid` rather than having to also worry about the `.card` for layout positioning. `.card` just becomes concerned with styling.

  • @erikjansson2329
    @erikjansson2329 11 місяців тому +1

    Very useful video. Thank you! For the “problem” there is actually an element for that:


    Note that the is not part of the . So your solution might be better in the case in the video.

    • @AlexanderBelov-y8o
      @AlexanderBelov-y8o 11 місяців тому

      It is deprecated now.

    • @erikjansson2329
      @erikjansson2329 11 місяців тому +1

      @@AlexanderBelov-y8o No it isn’t. Where did you get that information?

    • @KevinPowell
      @KevinPowell  11 місяців тому

      hgroup is was a good idea that never really took off. It is also an odd one, that was removed from the W3C standard, but not the living standard. Really the purpose is to remove the secondary headings from changing the outline like I said it would, and so I personally think it's easy enough not to bother and just use a paragraph anyway.

  • @annacibotari2446
    @annacibotari2446 11 місяців тому +2

    The best channel for real learning! Thank you, Kevin!

  • @noiamnotsomebodyelse
    @noiamnotsomebodyelse 11 місяців тому +1

    Love your work mahn, I'm an intern web developer and I must say you have helped me a lot and appreciate what you do for the programming community.

  • @zoa_photo
    @zoa_photo 9 місяців тому

    This was an awesome video ! I've been following you for years now and your content gets better and better. I love this long format when you go deep down in explaining the building process of a whole section. You should do more of that ! Thank you !

  • @mustafeismajli2810
    @mustafeismajli2810 9 місяців тому

    The simplest way how I fixed the problem of border-top color is this :
    .col:nth-child(1) > .card{
    border-top: solid 0.25rem var(--clr-supervisor);
    }
    .col:nth-child(2) > .card:nth-child(1){
    border-top: solid 0.25rem var(--clr-teambuilder);
    }
    .col:nth-child(2) > .card:nth-child(2){
    border-top: solid 0.25rem var(--clr-karma);
    }
    .col:nth-child(3) > .card{
    border-top: solid 0.25rem var(--clr-calculator);
    } . I could've done just border-color on each one, but i decided to do on this way .
    Your videos are amazing and helpful btw!

  • @dhirajkaradage
    @dhirajkaradage 11 місяців тому +1

    Before watching entire video I can say that it is worth watching

  • @divix30
    @divix30 10 місяців тому

    Maybe finally this year I will get a job as Junior Web Developer thanks to you, my dream for a long time. Great job in explaining everything you do on video. Need more people like you on UA-cam :)

  • @Kj-gr9fv
    @Kj-gr9fv 10 місяців тому

    Kevin, I can’t thank you enough for this walkthrough! I am a digital designer who is just starting to learn to code. I’m not very far along in my HTML/CSS training yet but seeing someone work on a real project and talk through considerations along the way was incredibly valuable in my learning. It also helped get my psyched up to keep learning even though it’s a daunting skill to tackle. Thanks very much!!

  • @radjeevdharampal4923
    @radjeevdharampal4923 9 місяців тому

    I'm a beginner, but this video is clear as cristal. Great explanation and inviting to experiment with coding. Thank you so much. ❤

  • @thechannel8616
    @thechannel8616 8 місяців тому

    At 56:00 if you want to use the card's order to change the border color you could use the nth-of-type selector and it would've given the same effect had you used a grid with 4 direct children. Great video!

  • @six2101
    @six2101 6 місяців тому

    i cant believe i finished it, its so good and informative, imma create my own web now. thankyou

  • @Avarn388
    @Avarn388 11 місяців тому +5

    Thank you, Kevin. I’ve been in a bit of a programming rut and I’m starting to get back into it and I’ve been wanting to improve with CSS. These videos are really helpful for folks like me. I hope you had a wonderful Christmas weekend. And thank you for everything.

    • @WebDevXpert
      @WebDevXpert 10 місяців тому

      For unique Projects series visit my channel @Prointech05
      Login Form in HTML & CSS |Animated Login Form using Html & CSS | by Pro inTech
      Must watch: ua-cam.com/video/18Ohl9IB9aw/v-deo.html

  • @iMickoymouse
    @iMickoymouse 7 місяців тому

    I hope you continue doing more of this. I've learned a lot by watching your videos. If I may be so bold and suggest that maybe a next one can be the workit landing page from frontendmentor. I feel like there's a lot of positioning stuff in there albeit being tagged with a difficulty of newbie. Anyhow, thank you for these videos! I always come back to your videos whenever I need a refresh and/or continue learning!

  • @Dimitar-T-Radev
    @Dimitar-T-Radev 11 місяців тому

    Thank you for this tutorial. I just did this challenge (all by myself, without copying) after watching your video and it was a great practice experience. Just a quick comment - at 22:05 when you copy the neutral colours and say that you'll use colour picker for the primary one, they're there, above them. We don't need the colour picker.

    • @KevinPowell
      @KevinPowell  11 місяців тому +1

      Oops, missed that somehow, lol

  • @MrOliver1444
    @MrOliver1444 11 місяців тому +1

    Kevin is such a nice, entertaining and funny guy! I love your videos. I can follow along with how you explain and lay out stuff so easily. In the future I will buy some courses when I need them. Thank you so much for your efforts!

  • @3208nandu
    @3208nandu 11 місяців тому +1

    Great video with superb detailing thanks Kevin.just one thing i have noted you haven't put
    .card:nth-child(1) {
    grid-area: one;
    }
    .card:nth-child(2) {
    grid-area: two;
    }
    .card:nth-child(3) {
    grid-area: three;
    }
    .card:nth-child(4) {
    grid-area: four;
    }
    it should be inside media query

    • @vishalgaur11
      @vishalgaur11 8 місяців тому +1

      Thanks brother was looking for this only

  • @deadlyecho
    @deadlyecho 11 місяців тому +1

    You are the developer I aspire to be, your thinking process is extraordinary my friend ❤

  • @jkoctopus
    @jkoctopus 11 місяців тому

    you have a unique way to explain the basics (not so basic) of css, thank you for sharing your knowledge

  • @phucnguyen0110
    @phucnguyen0110 11 місяців тому +1

    Yes, another legendary Frontend Mentor project!

  • @pscrim
    @pscrim 11 місяців тому

    Just brilliant. This format really helps, we can sit along side you and not only learn a lot but also compare our own thoughts and solutions to yours. Thank you.

  • @aidenberzins
    @aidenberzins 11 місяців тому

    Thanks for the tip on headers! It's very overlooked but also makes it considerably easier to follow the page from an accessibility standpoint.

  • @ashawesomeone
    @ashawesomeone 11 місяців тому

    46:45 instead of using display grid on .col,you can also give the parent (.layout-grid) "align-items: center"

  • @isancreativedesigns9259
    @isancreativedesigns9259 6 місяців тому

    I like tutorials that have the warts and all so we can see things going wrong and the thought process to fix it.

  • @kevinebenhezer8912
    @kevinebenhezer8912 10 місяців тому

    amazing. This is the reason i subscribed, i like how detailed your explaination and solution is. At some point, it did really make me kinda awkward for like putting those margin and padding for no reason haha. For a super beginner Web Developer like me, there is so much i can learn from ur vids, love it! Keep up the good work sir, and good luck!

  • @kerrykreiter445
    @kerrykreiter445 7 місяців тому

    Really awesome follow up video to the glass morphism tutorial. Thank you Kevin!

  • @arduriki
    @arduriki 8 місяців тому

    Awesome video Kevin! I've just learned CSS Flexbox and Grid, and I was looking for a project to watch them into practice. I felt like if I were pair programming with you Kevin. Thank you very much for this video and congratulations for the channel which is helping me to fall in love with CSS.

  • @imsecretshine
    @imsecretshine 11 місяців тому

    Amazing style of teaching... Your teaching process is amazing...

  • @karenbyrd1865
    @karenbyrd1865 11 місяців тому

    Always great, Kevin. Loved the snippet about windows powertoys will install, but wanted to let everyone know the colors are listed in the style-guide. They are listed above the neutral colors.
    I love watching your videos to see different points of view on projects.

  • @bertugturker9565
    @bertugturker9565 11 місяців тому

    even tho i am using tailwind and 99% of the time gotta stick to it i enjoyed the whole video. thanks Kevin always educational to watch you🙏🏻

  • @Mirzaisha11
    @Mirzaisha11 11 місяців тому

    you are the best teacher of css out there

  • @ulriklarsen2239
    @ulriklarsen2239 10 місяців тому

    you are a great teacher and your knowledge is very inspiring !

  • @mkrichey1
    @mkrichey1 11 місяців тому

    I have been away from CSS for the better part of a decade, thank you for the catch-up on some of the new features, excited to learn more!

  • @ofcljaved
    @ofcljaved 11 місяців тому

    The thing that blow my mind out of the window is the usecase of margin-left:auto; Obviously My first thought was using grid is easy but Today I learn this basic thing which eventually impact more.

  • @mrtuncer
    @mrtuncer 10 місяців тому

    i really enjoyed while watching, working on js nowadays but this made me remember all flex grid constructs again... thnks for all Kevin👍

  • @prayforsilencevillanueva2688
    @prayforsilencevillanueva2688 8 місяців тому

    Thank you Sir Kevin a.k.a. GOD OF CSS!!!

  • @paulsicurello2333
    @paulsicurello2333 10 місяців тому

    Thank you I really enjoy learning from you, you make it a fun and relaxed atmosphere

  • @seekknowledge1928
    @seekknowledge1928 11 місяців тому

    Please post this type of detailed video every week....

  • @paulok2153
    @paulok2153 10 місяців тому

    Yeah man, your good to watch. Cheers.

  • @kiralight8423
    @kiralight8423 11 місяців тому

    I am gonna use this to learn web dev and change career, more of this please

  • @mauriciovargasrincon3368
    @mauriciovargasrincon3368 5 місяців тому

    Thank you kevin for these videos, they are very good and you really learn. In the final part when you make the change to "Grid" when it is displayed again in mobile mode (375 px) all the cards overlap :( ... Thanks again for these good videos.

  • @ysiegel
    @ysiegel 15 днів тому

    Hey Kevin!
    These videos are amazing, a huge help on my journey starting out! So first of all, a huge thank you.
    I wanted to ask if you could perhaps expand on the reset-commands that you start out with when going into css. You do it in every video but they are not very much explained, and the concepts are a bit foreign to me and so I'm having trouble understanding the reasoning and working behind them. For example, I know more or less what pseudo-classes are, but I don't see how they fit in to resetting css and why it's particularly relevant when it comes to a flexbox layout.

  • @dienvidbriedis1184
    @dienvidbriedis1184 9 місяців тому

    table and rowspans! easy peasy!

  • @nigelarmstrong252
    @nigelarmstrong252 9 місяців тому

    Hi Kevin, thanks for all the great videos you've made over the years.
    You were wearing a t-shirt the other day which made me realise I've been mis-hearing you on every video with your introduction !
    I've always heard "Hello my friend and friends". Thought it a bit odd but got used to it being your greeting.
    Then I saw your t-shirt on a recent video and it had "Front end" on it. Suddenly the penny dropped !!
    I can just about hear you say "Hello front end friends" but it still sounds like "friend and friends".
    Thought I'd let you know as it might give you a laugh !
    Regards.

  • @SuperGylden
    @SuperGylden 11 місяців тому +1

    Great video. As always. Would have loved to see you checking for contrast though

    • @KevinPowell
      @KevinPowell  11 місяців тому +1

      Meant to at the time and then forgot, sorry about that!

    • @SuperGylden
      @SuperGylden 11 місяців тому

      No worries. Just you mentioning it, I think could have a great impact

  • @deatho0ne587
    @deatho0ne587 11 місяців тому

    For Grid vs Flex. Normally go with one and swap to the other if I do not like the first one, think I lean to grid first though. It does not matter to much since it is easy to swap between the two normally.

  • @samirmulla8176
    @samirmulla8176 11 місяців тому

    Thanks for creating this amazing video based on responsive design 🎉🎉🎉

  • @brandonr483
    @brandonr483 11 місяців тому

    Was that a joke? "We need to get Poppins" ... hahah. Excellent walkthrough! Thanks for sharing your insight and knowledge. Happy New Year!

  • @mfy0108
    @mfy0108 11 місяців тому

    From all solutions I liked grid the most, because flex sometimes do some weird stuff where I feel like grid would be more stable and trusting.

  • @salomonik
    @salomonik 11 місяців тому

    more projects like that please

  • @noursalepan9673
    @noursalepan9673 11 місяців тому

    My teacher Kelvin great always love your explanation ❤ but l recommend you using html css autocomplition extention for vscode no more viewing your classes switching from html to css😂

  • @nicolaiolsen5244
    @nicolaiolsen5244 5 місяців тому

    if you are using lighthouse, i have change the --clr-neutral-400 from hsl(229, 6%, 66%); to hsl(229, 6%, 55%); just to get a little bit more contrast to get a better accessibility score

  • @llzeeuw
    @llzeeuw 11 місяців тому

    Very helpful, thank you so much!

  • @not_amanullah
    @not_amanullah 9 місяців тому

    This tutorial is helpful ❤

  • @wanderbite7
    @wanderbite7 11 місяців тому

    Thank you sir your dvh unit also helped a lot

  • @SimX9000
    @SimX9000 11 місяців тому

    This was a fantastic video

  • @iamsavishka
    @iamsavishka 4 місяці тому

    Thank you so much.

  • @wzup23
    @wzup23 10 місяців тому

    Hi Kevin! I think after removing the div.col at around @1:07:35, the nth-child selectors should be inside the media query for 800px screens and up? I tried doing it outside and when I test with smaller screens, all cards just stacks in one position (middle right). Pls correct me If I miss something. I will follow your other tutorials as I like how you explain things. Thank you so much dude!

  • @re.liable
    @re.liable 11 місяців тому

    Wow powertoys is really good.

  • @shaunnicholson4916
    @shaunnicholson4916 11 місяців тому

    Power Toys has a good measuring tool called: screen ruler, really comes in handy, if enabled in Power Toys defaults to Windows Shift M

  • @hungry_khid1007
    @hungry_khid1007 11 місяців тому +2

    How did you properly format the paragraph text at 11:30 when he highlighted it, what did he press?

    • @zealest
      @zealest 11 місяців тому +2

      i think its the Prettier extension, it automatically formats when you hit ctrl + s (save file)

    • @athilasantiago4233
      @athilasantiago4233 11 місяців тому +1

      yep, it is the prettier vscode extension. You can see it in the bottom right corner

    • @hungry_khid1007
      @hungry_khid1007 11 місяців тому

      @@zealest its not working for me

  • @black2thepiink
    @black2thepiink 11 місяців тому

    So much needed bro tq... 💯

  • @dazeitem
    @dazeitem 11 місяців тому

    It's like you were sent by an angel.

  • @jan-wr9dn
    @jan-wr9dn 11 місяців тому

    Hey Kevin 😊
    I'm from germany and I guess, that Google prefers the user to implement the fonts locally on the server, because last summer we had a huge data protection issue in europe.
    As soon as a user used a website, he revealed his ip address to Google without permission.
    So every owner of a website had to switch to a local font implementation.

    • @KevinPowell
      @KevinPowell  11 місяців тому

      Yup, I mentioned that in my how to locally host Google fonts video 😊. There are other services that are fine to use too, but I forget their names now.

  • @natasdabsi1138
    @natasdabsi1138 10 місяців тому

    thank you so much

  • @zaidkhan-s5v1u
    @zaidkhan-s5v1u 9 місяців тому

    thanks brother

  • @GabrielDucharme
    @GabrielDucharme 11 місяців тому

    Nice!

  • @trickster574
    @trickster574 11 місяців тому

    I found a way to set the border color with nth-child():
    .col:nth-child(1) .card {
    border-color: var(--teal)
    }
    .col:nth-child(2) .card:nth-child(1) {
    border-color: var(--red)
    }
    .col:nth-child(2) .card :nth-child(2) {
    border-color: var(--yellow)
    }
    .col:nth-child(3) .card {
    border-color: var(--blue)
    }

  • @aurusaurum9649
    @aurusaurum9649 11 місяців тому

    Thank you for the video!
    Is there a video about the style of naming classes from scratch?
    The thing is that BEM is very ugly, but so is Tailwind. I want to write in vanilla HTML and CSS, but I have a problem with naming classes.

  • @philemonokpokpa503
    @philemonokpokpa503 11 місяців тому

    Hello Kevin . I appreciate what you’re doing for the community.
    So, sometimes I go into the dev tools to inspect sites that I want to clone and it gives me css properties and values for html elements that I think may not be in the original code. For example, you didn’t give height and width values to those cards but the inspector may just give me a height and width value of the cards.
    Could this be a reason why we should not be depending on the inspector for properties and values of an element?
    Good video BTW. I find myself writing html and css the way you’d do because I’ve been following you for say 3 years now. Thank you very much

  • @TheMetalMag
    @TheMetalMag 11 місяців тому

    thank you

  • @iamdanielkip
    @iamdanielkip 11 місяців тому

    Kevin, you mentioned that you don't use BEM so much anymore. Do you use any other naming convention nowadays? Thank you for this very informative video. ;)

  • @Dipzeus
    @Dipzeus 11 місяців тому

    Just an earnest request... please bring a classic beginner to advanced css course for modern websites

  • @TechStackMotivation
    @TechStackMotivation 11 місяців тому

    I liked Flexbox cause it is very smooth and 'flexible'

  • @petroczibalazs5434
    @petroczibalazs5434 10 місяців тому

    Please, answer why you don't bring the rem size to a decimal basis using the common trick like this:
    html{
    font-size: 10px;
    }
    body{
    font-size: 1.6rem;
    padding: 0;
    margin:0;
    }
    This brings the best for both sides by allowing the user to zoom in or out and see the font size change and lets the developer calculate on a a decimal basis. Is there any particular objective reason for that or only your personal preferences?

  • @rayforever
    @rayforever 9 місяців тому

    Your consideration on not using premium stuffs like figma files, so we non premium user can follow along , ❤ thanks sir

  • @kopilkaiser8991
    @kopilkaiser8991 4 місяці тому

    ❤❤❤❤❤

  • @MightyHuff
    @MightyHuff 10 місяців тому

    How do you change the font colours on live studio eg. When I type hsl it comes up as a barely readable Color?
    I really like the videos that you put up.

  • @jo.si_911
    @jo.si_911 8 місяців тому

    IMO header > p should not have any effect on the font-size since p is not a direct child of the header but only of the wrapper div?! Or am I missing something?

  • @Pavel-on-youtube
    @Pavel-on-youtube 11 місяців тому

    🔥

  • @nasirmuslih4128
    @nasirmuslih4128 11 місяців тому

    Please can you make a video on how you deals with things if you're coding a project and get stuck😁.
    Like when you to want to make something and you don't know do it .
    Your research process tooo.

  • @iUmerFarooq
    @iUmerFarooq 9 місяців тому

    How to make a dynamic dashboard layout? means if we increase the size of the side bar so automatically adjust the content area. And different types of dashboard layouts also.

  • @umernasir4217
    @umernasir4217 10 місяців тому

    I wrapped the icon in the card with div and applied text-align: end; Quick Hack 🎉

  • @ofcljaved
    @ofcljaved 11 місяців тому

    I would have use grid for this because i wanna keep my html as minimum and self explanatory as possible

  • @OCEMTechZone
    @OCEMTechZone 4 місяці тому

    🎉

  • @watchandlearn7945
    @watchandlearn7945 11 місяців тому

    Which theme are you using in VS code?

  • @mindful_momentum101
    @mindful_momentum101 9 місяців тому

    Question
    When you set the font styles
    Why html {...}
    And not body {...}
    What's the difference between html and body??

  • @ronaldpaek
    @ronaldpaek 11 місяців тому

    Could you wrap the powered by technology in a b or strong tag? Would that also make sense to either bring attention too or strong to show that its what really sets them apart? I'm trying to improve my semantics as well

    • @KevinPowell
      @KevinPowell  11 місяців тому +1

      Strong could be appropriate I guess. The b, for bring attention to, is a backronym and doesn't actually have any semantic meaning, so maybe would have been easier than what I did

  • @tanercoder1915
    @tanercoder1915 11 місяців тому

    what's the difference between responsive and adaptive designs in your opinion. I am confused

  • @atsanonwadsanthat166
    @atsanonwadsanthat166 11 місяців тому +1

    Salesforce engineers, take notes.

    • @TesterAnimal1
      @TesterAnimal1 11 місяців тому +2

      Salesforce? +”engineers”? 😂😂😂😂😂😂😂

  • @juliusuwuigbe7743
    @juliusuwuigbe7743 11 місяців тому

    Kevin when i solved this challenge I used named grid lines to position the card. Hope its not a bad idea?