Top 10 Advanced CSS Responsive Design Concepts You Should Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 233

  • @terencecluttey8302
    @terencecluttey8302 ปีที่แล้ว +117

    i'm been coding web for about 14 years. But i keep watching videos like this because you never know what you might learn... your font size clamp() is an amazing tip, thank you very much

    • @indiancuriousvoice8773
      @indiancuriousvoice8773 ปีที่แล้ว

      What is your package as web developer. Can i know..?

    • @yigitgnc
      @yigitgnc 11 หลายเดือนก่อน +1

      same, there is always a new trick to learn

    • @terencecluttey8302
      @terencecluttey8302 11 หลายเดือนก่อน

      @@indiancuriousvoice8773 I started on Dreamweaver so I got used to it

    • @firewatermoonsun
      @firewatermoonsun 5 หลายเดือนก่อน

      @@indiancuriousvoice8773 You mean what's his stack?

  • @texxs01
    @texxs01 ปีที่แล้ว +245

    I started building websites in 1995. We had HTML 1. CSS didn't exist yet etc. I was one of the pioneers of what is now called "responsive web design" in the CSS 2 era. We called it "Fluid Design" and we used tables and parts of tables etc with sizes in percentages of screen width, and some used tons of "simple" (if you called 30000 characters of javascript to detect a screen size simple). to detect screensizes and re-sized elements in the DOM and/or serve different layouts to different devices.
    Thank goodness it's not like that still. But it was cool being able to do what "couldn't" be done.

    • @homevids
      @homevids ปีที่แล้ว +8

      Same as you. Started in 1995 and used Tables and tables in tables plus s. The advent of mobile devices destroyed pure website design. Desktops are different from mobile screens so we now have to jump through hoops to get something which is barely okay but not outstanding. Before mobile I could make a page be whatever with little effort and I enjoyed the process making literally many thousands of webpages in few years.

    • @texxs01
      @texxs01 ปีที่แล้ว +10

      @@homevids Personally I think the biggest negative influence on the design side of web design is google.

    • @homevids
      @homevids ปีที่แล้ว +2

      @@texxs01 Absolutely 100%

    • @WyzrdCat
      @WyzrdCat ปีที่แล้ว +4

      I started somewhere around 2002. CSS was a thing. I loved development back then, and loved it into 2015 or so while responsive took over. Then came the dark era of javascript frameworks and intentionally making everything more difficult for job security. What a horrible phase we went through. Thank god things are moving back to sanity.

    • @texxs01
      @texxs01 ปีที่แล้ว +3

      @@WyzrdCat I hear you! Like compiled Javascript. Like javascript (react, vue, etc) wasn't complicated enough. And most of the time there's just no benefit to using it unless your project is huge.

  • @carlosginer2623
    @carlosginer2623 ปีที่แล้ว +127

    Happy new year to yall developers out there

    • @sahilaggarwal2004
      @sahilaggarwal2004 ปีที่แล้ว +3

      #dontdeployanythingtoday

    • @carlosginer2623
      @carlosginer2623 ปีที่แล้ว +2

      @@sahilaggarwal2004 😂

    • @alertWolrd
      @alertWolrd ปีที่แล้ว

      Make videos #react native

    • @int-64
      @int-64 ปีที่แล้ว

      DEVELOP DEVELOP DEVELOP

    • @jonaskromwell4464
      @jonaskromwell4464 ปีที่แล้ว

      What's yall? Is it Ecma based?

  • @codewithguillaume
    @codewithguillaume ปีที่แล้ว +1

    I created a 4 hour course on Tailwindcss on my channel - I have to admit that to know CSS is not that easy and even after years of coding! CSS is so wide.
    Thanks for this video!

    • @WyzrdCat
      @WyzrdCat ปีที่แล้ว +1

      I wish I could have some AI that would just completely delete the content of absolutely everything that ever mentions Tailwind so I never have to see or think about that abomination

  • @Al_Gonzo
    @Al_Gonzo ปีที่แล้ว +34

    More of these videos about responsiveness! This is my weakest point.

  • @karlybyrd1551
    @karlybyrd1551 ปีที่แล้ว +1

    Thank you for including the bit about the meta tag, nobody else seems to mention that and it wasn't working for me until I put that in !!

  • @creativemask1284
    @creativemask1284 ปีที่แล้ว

    grabe, ibang klase ka tlaga mag explain kyle.. magaling ka talaga.. maraming salamat

  • @kienboy9999
    @kienboy9999 ปีที่แล้ว +9

    Hi Kyle, just in case you are finding a topic for your next videos, please talk about product filter (and filter by multiple categories including price, brand, time) using javascript

  • @VozimoSe
    @VozimoSe ปีที่แล้ว +5

    Great content, as always. I'd just like to point out that having a different (simplified) html for a mobile device shall not be recommended ever. It's due to accessibility. All the content should be available regardless on the device type of it's properties. We should not think on terms of desktop and smartphone. The smartphone view is sometimes just highly zoomed site, or split screen view. You don't want users to lose the content on those cases. This is actually in WCAG

    • @The-Great-Brindian
      @The-Great-Brindian ปีที่แล้ว +5

      I'm intrigued and fascinated by your school of thought. Why? Because I am constantly saying the opposite to what you said above. I believe the contrary. That you MUST factor in the device and its screen size constraints. Its common sense that the user-experience and online-shopping experience you get on beautifully designed fashion eCommerce webstore website that you view on that huge 27 inch 16:9 ratio monitor, will not be replicated on a tiny little screen. That is simply impossible. Bigger canvas to play around with, so you can show more of the dom on a screen as opposed to on a tiny screen. This is one of the core reasons for responsive design - you have to 'optimise' a web layout for the particular device as to ensure the user experience is still great and the user end goals are still achieved with considerable ease.
      I could go into more detail but I won't. I will say that web layouts and web software UI's will naturally need to be scaled/watered down in terms of detail when it comes to devices with smaller screen sizes.

    • @EvilTim1911
      @EvilTim1911 ปีที่แล้ว +1

      ​@@The-Great-Brindian This is the difference between responsive and adaptive design. Responsive design should be strived for - that is, having the same DOM elements on both views and making them act differently on different screen sizes as opposed to adaptive design which would mean having two completely separated layouts and conditionally showing/hiding them based on screen size. The latter is bad because when a change is requested it means updating two layouts rather than one which is why responsive is the preferred approach. However, I've had many situations where certain elements are desktop or mobile only. I think it's fine as long as you're not replicating large portions of your UI to have a mobile and desktop specific markup.

  • @salmanhaider14
    @salmanhaider14 ปีที่แล้ว +37

    I think this CSS Grid concept is more stable and better than flex wrap cuz it adjusts the element size as well besides the number of items per row. Amazing.

    • @vugarbakhshalizade2826
      @vugarbakhshalizade2826 ปีที่แล้ว +5

      Agreed! Grid is more stable and predictable than flexwrap. It's just really easy to get into trouble with flexwrap.

    • @clevermissfox
      @clevermissfox ปีที่แล้ว +1

      And great to customize the cell to be the width and height you want that cells’ contents to be. And grid is animatable! I’m still struggling a bit with learning grid but I’m definitely coveting all its features and will master it one day!

  • @carmonverrall3315
    @carmonverrall3315 ปีที่แล้ว +1

    You are frikken brilliant! Everything is always overly complicated when its actually straight forward. Thank you!!

  • @jana171
    @jana171 7 หลายเดือนก่อน

    This chan has become my favorite waterhole for the daily brushup on CSS and HTML, super cool !

  • @nadeemakramansari1331
    @nadeemakramansari1331 ปีที่แล้ว +1

    Every video of yours is on another level. hats off to you bro..

  • @dollabill898
    @dollabill898 ปีที่แล้ว +1

    Thanks for helping me change my life. I watch your videos every day and I wouldn't be anywhere near where I'm at right now, as basic as that is, if it wasn't for you. Happy New year and best wishes

  • @scott-richardson
    @scott-richardson 5 หลายเดือนก่อน

    The Grid method with auto-fit is such an insanely powerful technique and basically negates any media queries for MOST of the reasons you need them for, which is usually going down in column-count as the screen narrows.

  • @ia7mdi
    @ia7mdi ปีที่แล้ว

    I used the media method, but after I tried the viewport, it was much better and saved a lot of effort

  • @rotteneffekt4416
    @rotteneffekt4416 ปีที่แล้ว

    Thanks for the vid. When writing stylesheets SASS is still king when it comes to simplifying css. @container is something I've prayed for for years.

  • @johanneskingma
    @johanneskingma ปีที่แล้ว +4

    As always a great video with tons of new(er) stuff. BTW is there a reason you don't use and tags in the container section?

  • @TomasMisura
    @TomasMisura ปีที่แล้ว +1

    thanks a lot for this very useful video, it's absolutely incredible how CSS has been changing...

  • @bndissanayaka
    @bndissanayaka ปีที่แล้ว

    This is great. I found this just on-time when I was asked to convert the web site I'm working on to mobile friendly. Thank you. 🙂🙂

  • @fase8729
    @fase8729 8 หลายเดือนก่อน

    Thx a lot u have been contributing many things into front end development.

  • @muhammadabdullah8214
    @muhammadabdullah8214 ปีที่แล้ว

    I LOVE YOUR WAY OF EXPLANATION

  • @codechick5257
    @codechick5257 ปีที่แล้ว +1

    Your content is teaching me a lot, on point and well done. I do want to mention that although you later added a note to correct the "siderbar" typo, your tutorial was displaying the red and purple boxes incorrectly. I wrestled with this and could not figure it out until I walked away and later it came to me that your display wasn't matching mine because I didn't have the "siderbar" typo. Without the "siderbar" typo, only the red box displays over 600px because it is in a separate div on the html page. Thanks...; )

  • @mobilepiano8018
    @mobilepiano8018 ปีที่แล้ว +2

    Really it was something new for me as jr. Front-end developer.. thank you 😊 please explain clamp() in depth specially for font size if its possible.

    • @lukas.webdev
      @lukas.webdev ปีที่แล้ว

      Just yesterday I posted a video about the Top 10 CSS Features you should know and use in 2023 and clamp() is also a part of it...
      I explained it a little bit more in detail => maybe this will help you ... 😉

  •  ปีที่แล้ว

    Just tried working with dvh on a project, and alas, Safari on iPhone XS does not like it. But this was an immensely informative video, thank you!

  • @adityaMakwana-bc3vh
    @adityaMakwana-bc3vh 5 หลายเดือนก่อน

    this video is really amazing and knowledgeable thank you very much

  • @cmark123
    @cmark123 ปีที่แล้ว

    Wow. I wish, you could write an in depth book about this. That would definitely be the Responsive Design Bible for at least a decade.

  • @jimb1899
    @jimb1899 ปีที่แล้ว +2

    Great video, thanks for this! I've been battling mentally what is the best approach to mobile responsiveness - seems you answered my questions!

  • @m-create
    @m-create ปีที่แล้ว

    Really awesome approach. I will use it when the support is there for it!

  • @titusayyasamy3035
    @titusayyasamy3035 9 หลายเดือนก่อน

    this information about responsive css kind of advanced. thank you for sharing this valuable info🙂

  • @RamBabu-di1fn
    @RamBabu-di1fn ปีที่แล้ว

    Love ur content, brother from 🇮🇳. Your videos are really helpful in becoming a full stack web developer.

  • @sayistayazdani9347
    @sayistayazdani9347 ปีที่แล้ว

    1st time I watch your video Now I am happy to see your content your content was amazing & very useful Thank you so much

  • @kirksurber7262
    @kirksurber7262 ปีที่แล้ว

    Loved the grid and the font-size clamp()! This just saved me a lot of time.

  • @Linuxdirk
    @Linuxdirk ปีที่แล้ว

    Just found this video. The grid is exactly what I needed! 👍

  • @henrythomas7112
    @henrythomas7112 ปีที่แล้ว

    Thank you for the video!!! We learn a lot with you! Thank you!

  • @codelivewithme
    @codelivewithme ปีที่แล้ว

    im learning and wating for some good resource to solidify my knowledge about responsive design and then I got this video wow

  • @ciandrapancho8716
    @ciandrapancho8716 ปีที่แล้ว

    First 2 mins. and you helped me solved my problem already.

  • @wab123ism
    @wab123ism ปีที่แล้ว +1

    Happy new year, Kyle! Excited to see what 2023 has for us! ❤

  • @shahabdev2520
    @shahabdev2520 ปีที่แล้ว

    Thanks, bro. Some real problem solutions from this video

  • @LuciferHesperus
    @LuciferHesperus ปีที่แล้ว

    Very helpful. Clear presentation style. Simplifying the complex. Good job.

  • @jaejonmalloy1341
    @jaejonmalloy1341 ปีที่แล้ว +1

    Is that a Jackson Dinky back there? I like your style; one of the most prolific metal strats, juxtaposition to a family throw pillow. 🤘

  • @simonbolzdotcom
    @simonbolzdotcom ปีที่แล้ว

    You are so fast, I am amazed! Thumbs up.

  • @makingtheweb6620
    @makingtheweb6620 ปีที่แล้ว +2

    I can't get @container query working in VS. such as Firefox or Chrome testing environment. Kevin showed a similar video using container Queries.

  • @timbersax
    @timbersax ปีที่แล้ว

    Thank you!!! Just Amazing and so helpful!!!!

  • @praveenellaiyan
    @praveenellaiyan ปีที่แล้ว

    Another good concept and great explanation. One topic we're interested in is on designing flexible layout which works with ads and content.

  • @sdfsfsfd437
    @sdfsfsfd437 ปีที่แล้ว

    Muchas gracias. Qué buenos conceptos. Many thanks. 💯👍

  • @simpy2965
    @simpy2965 ปีที่แล้ว +5

    Please make a course on responsiveness 😭

  • @hichamamroussi9087
    @hichamamroussi9087 ปีที่แล้ว

    I didn't know about auto-fill, Thanks!

  • @jatinkukreja18
    @jatinkukreja18 ปีที่แล้ว

    I’m always blown by your videos

  • @codehal
    @codehal ปีที่แล้ว

    Love your content bro ❤❤

  • @calebowatah5775
    @calebowatah5775 ปีที่แล้ว +2

    Thank You
    Happy New Year

  • @curry2515
    @curry2515 ปีที่แล้ว +2

    Thx for your videos bro really helpful

  • @vaibhavjadhav3791
    @vaibhavjadhav3791 ปีที่แล้ว

    Thank you.. i will helps me alot... Thanks 🙏

  • @heckyes
    @heckyes ปีที่แล้ว

    This dude is a champ.

  • @JanneWolterbeek
    @JanneWolterbeek ปีที่แล้ว

    Very useful, so I subbed! Thanks!

  • @Bjorn808
    @Bjorn808 10 หลายเดือนก่อน

    How do you get the screen size numbers in the top of your website preview? It looks so practical

  • @MoisesMiguelCasas
    @MoisesMiguelCasas 3 หลายเดือนก่อน

    Muy interesante y actual... lo que no te enseñan los profes...

  • @chronometer9931
    @chronometer9931 ปีที่แล้ว +3

    Incredible work

  • @ronpontero3707
    @ronpontero3707 ปีที่แล้ว +1

    Omg I am first one viewer it seems 😎😎😀.
    This is great channel which I followed recently .
    A worthy channel to subscribe with great content.
    Love from India🇮🇳🇮🇳🇮🇳

  • @deatho0ne587
    @deatho0ne587 ปีที่แล้ว +1

    Thanks to things like grid, flex, and clamp there is barely a reason to touch media queries outside of things like dark/light mode and the like.
    There are still uses when you have to make something pixel perfect (equals seems nice for pixel perfect) or to change a grid system based on current width.
    PS: If you have to make something pixel-perfect, it is not worth anyone's time due to it just adds extra development time that is not needed.

  • @minhhieu1896
    @minhhieu1896 ปีที่แล้ว +2

    The most frustrated thing for FE dev is supporting for old browsers and devices. Looking at these new amazing features and having to wait for years to use it.

    • @johanneskingma
      @johanneskingma ปีที่แล้ว +3

      (Safari)

    • @minhhieu1896
      @minhhieu1896 ปีที่แล้ว

      @@johanneskingma and then monopolize their engine on IOS and PadOS 🙃

  • @nairanvac79
    @nairanvac79 ปีที่แล้ว +2

    Shoutout to Kyle for getting some furniture in his room

  • @santoshgyawali9319
    @santoshgyawali9319 ปีที่แล้ว +3

    Happy new year 💚🇳🇵

  • @rabbitfactory6940
    @rabbitfactory6940 8 หลายเดือนก่อน

    what browser are you using.
    your customizable width controls are very nice
    how can i get those?

  • @ClickbaiterZ
    @ClickbaiterZ ปีที่แล้ว +1

    When does media query range added? Also, where can I see updates about CSS?

  • @jeremiahdonkoh3759
    @jeremiahdonkoh3759 8 หลายเดือนก่อน

    You’re a great teacher man 🫂

  • @daebaksdailylife3933
    @daebaksdailylife3933 ปีที่แล้ว

    HOLLY COW!!!😳😳😳😳
    This video opened my eyes wide which were like buttonholes!!

  • @yokubibnsafar7895
    @yokubibnsafar7895 ปีที่แล้ว +1

    Assalomu aleikum. usefull video. thank u bro. subscribed :)

  • @amarhoussien5747
    @amarhoussien5747 ปีที่แล้ว

    You are really awesome man , keep going

  • @AccessCode101
    @AccessCode101 ปีที่แล้ว

    Gold content, as always, especially that grid part.

  • @pauloffborba
    @pauloffborba ปีที่แล้ว

    Excellent content 🙏🏻❤️ Thanks!

  • @imanardiansyah2621
    @imanardiansyah2621 ปีที่แล้ว +1

    Happy new year

  • @WillsB3
    @WillsB3 ปีที่แล้ว

    Random Question.. What keyboard is being used in these videos? The typing sounds very satisfying 😅

  • @denispepper2830
    @denispepper2830 2 หลายเดือนก่อน

    Кайл, спасибо за ролики!

  • @Helen-99
    @Helen-99 ปีที่แล้ว

    Great insights!

  • @MrW0rDs
    @MrW0rDs ปีที่แล้ว

    Maybe once iOS 18/19 is out it'll be OK to drop support for iOS 15 and use container queries, but it'll be a couple of years until then, I don't think earlier than that is reasonable for production.

  • @izuodoh2909
    @izuodoh2909 ปีที่แล้ว

    Great Video!. Please do I need a viewport for react, If yes how do I do it? I am a beginner and my web-page is responsive on my desktop chrome browser but not on different mobile screens when I inspect the page. Thank you.

  • @MrVipulLal
    @MrVipulLal ปีที่แล้ว

    All your videos are so nice

  • @enenotowitch628
    @enenotowitch628 หลายเดือนก่อน

    18:41 - font-size clamp

  • @homevids
    @homevids ปีที่แล้ว +2

    Thanks Kyle. Not sure if you have addressed this before but can you do a video on the best way to jump to a location on a webpage. One thing that affects the jump destination location is a fixed top menu or header. What is the best method for making the scroll to / anchors work reliably every time.

    • @kristianworkinger2138
      @kristianworkinger2138 ปีที่แล้ว +1

      The id you're using for your anchor can be selected in CSS and then you can implement a property called scroll-margin-top. Give it the right number of pixels and voila, it looks immaculate.

  • @Bunji2k6
    @Bunji2k6 ปีที่แล้ว

    How many different background setups did you go through before you settled on an electric guitar and family-pillow?

  • @Uncaught_in_promise
    @Uncaught_in_promise ปีที่แล้ว +1

    It's a real eyeopener

  • @KorhalKk
    @KorhalKk ปีที่แล้ว

    Would clamping using the 3vw allow the zoom to work?

  • @gilsonconceicao5201
    @gilsonconceicao5201 ปีที่แล้ว

    Thanks for share!

  • @Sara-rs4oq
    @Sara-rs4oq ปีที่แล้ว

    Happy new year!

  • @AntaroopChakraborty
    @AntaroopChakraborty 9 หลายเดือนก่อน

    Thank you so much🎉

  • @researchandanalysisschool6838
    @researchandanalysisschool6838 ปีที่แล้ว

    Happy new year 🎉

  • @Codbala
    @Codbala ปีที่แล้ว

    Bro please create a responsive website I Love Your Teaching

  • @nayemalifahim6701
    @nayemalifahim6701 6 หลายเดือนก่อน

    best explanation

  • @ILonely43
    @ILonely43 ปีที่แล้ว +1

    ohh, clamp is fr cool thing

  • @glurp1er
    @glurp1er 10 หลายเดือนก่อน

    Most of those defy the *cascade* style sheet (aka css) principles.
    You should define the main rule then define the exceptions, instead of defining a bunch of different rules.

  • @melodium10
    @melodium10 ปีที่แล้ว

    Brave is as same as chrome (expect that it blocks ads in youtube) right? so if Chrome gets support Brave too will do right?

  • @AcTheMace
    @AcTheMace ปีที่แล้ว +1

    did you miss the card for container queries? I don't see it on my device

    • @andygloverdev
      @andygloverdev ปีที่แล้ว +1

      I didn't see it either, but check out his video called "Responsive CSS Will Never Be The Same" for a deeper dive on container queries!

  • @YEETlCUS
    @YEETlCUS ปีที่แล้ว

    Bro how are your videos this good

  • @jimmytan6543
    @jimmytan6543 ปีที่แล้ว +1

    I remembered Clamp not working well in Safari ?

    • @lukas.webdev
      @lukas.webdev ปีที่แล้ว

      Should be working without any problems by now... 😉

  • @harold6050
    @harold6050 11 หลายเดือนก่อน

    You are the best!

  • @alanouri9965
    @alanouri9965 ปีที่แล้ว

    Thanks for the informations

  • @WyzrdCat
    @WyzrdCat ปีที่แล้ว

    You can usually get a site to be like 95% responsive by just not setting hard widths

  • @oguilhermeaquino
    @oguilhermeaquino ปีที่แล้ว

    Hello my friend! Happy new year!
    Do you allow me to record reacts from your videos IN PORTUGUESE?
    Always mentioning your channel.

  • @MrW0rDs
    @MrW0rDs ปีที่แล้ว

    Can the @custom-media be defined outside of the css file but still apply to it? Juste like css variables.