Top 10 CSS Features You Should Know & Use in 2023

Поделиться
HTML-код
  • Опубликовано: 27 май 2024
  • This video is about the Top 10 CSS Features you should know and use in 2023.
    I'm pretty sure that you don't know all of them - but you definitely should. They will help you to write better code.

    === [ LIKE & SUBSCRIBE ] ===
    Please LIKE the video if you enjoyed it and
    SUBSCRIBE to the channel for more videos like that.
    RUclips ► www.youtube.com/@lukas.webdev...
    Instagram ► / lukas.webdev

    === [ VIDEO CHAPTERS ] ===
    00:00 - Intro
    00:22 - clamp
    02:15 - smooth
    03:36 - Scroll Snap
    06:33 - inset
    08:43 - order
    11:19 - inline, block
    13:40 - min, max
    15:37 - line-clamp
    16:57 - has (pseudo-class)
    17:53 - is (pseudo-class)
    19:41 - Outro
    Tell me in the comments which of those features are your favorites, which of those did you already knew or which one’s are definitely missing here.
    #css #csstricks #css2023

Комментарии • 336

  • @lukas.webdev
    @lukas.webdev  Год назад +28

    Which of those features are your favorites, which did you already knew or which one’s are definitely missing here? 🧐
    I would love to get your take on this ranking! 😉🔥

  • @dmitrynesterov8148
    @dmitrynesterov8148 9 месяцев назад +17

    You’re teaching at the exactly the pace that is needed to understand and memorise . Works really well for me

    • @keaton718
      @keaton718 9 месяцев назад +1

      Yeah it is a bit easier to follow than Kevin, though I think Kevin shows a lot more passion for CSS and teaching it.

  • @Edg983
    @Edg983 5 месяцев назад +2

    Starting webdev here. Learned a lot from this video. Perhaps the biggest one of all is one you showed without mentioning: box-sizing: border-box. That one is going to make my life a lot easier! Thanks!

  • @zakir.nuriiev
    @zakir.nuriiev 8 месяцев назад +7

    Nice video. Thanks! Regarding the logical properties, there are also the "-start" and "-end" suffixes. Also the logic properties relative to the selected language on the page that is an awesome feature for those who care about many translations.

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад

      Thanks for sharing, Zakir. I'm glad you like the video and appreciate your feedback! 😉

  • @guswin5703
    @guswin5703 Год назад +16

    Hey man the video is really amazing; I hope to see more about the CSS features in the future. really simple but really easy to understand. Thanks for the video, man. can't wait to try it myself.

    • @lukas.webdev
      @lukas.webdev  Год назад

      Thank you for your feedback! I’m really glad you like it! 😀

  • @himanilsharma2147
    @himanilsharma2147 9 месяцев назад +9

    Speed, pace, way of telling, simplicity and easy to understand - if those were the categories to rate this video then I will rate 100 out of 10...!
    You just lighten up the areas where I was afraid of going due to darkness... Thanks 🙏

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад +2

      Thank you so much for your feedback, this really means the world to me! 🤩
      I'm glad you like it and I really appreciate your feedback! 😉

  • @PabloGAller
    @PabloGAller 8 месяцев назад +1

    Thanks a lot Lukas. I have finally understood :is(), inline vs block, and how to use line-clamp. And I love your style! 👏👏👏👏👏

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад

      Thank you Pablo, this really means a lot to me!
      I'm happy to hear that and I appreciate your feedback! 😉

  • @JohnKumarBuses
    @JohnKumarBuses 9 месяцев назад +6

    Industry practice or best practice.
    1. Best practice for body copy in responsive design.
    2. Best practice for header and footer.
    3. Best practice for components like cards etc.
    a complete guide would be great. I think you have the deep knowledge. You could help millions of UI designers.

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад

      Thanks for your request, John! Sounds like an interesting idea to me - I’ll think about it. 😉

  • @Av-fn5wx
    @Av-fn5wx 8 месяцев назад +7

    Found these extremely useful:
    Top set vertical or horizontal spacing
    Before:
    margin: 10px 0;
    Now:
    margin-block: 10px;
    first qualifier can be replaced with padding, border as well
    To set variable width/height till a threshold value is reached
    Before:
    width: 70%;
    max-width: 500px;
    Now:
    width: min(70%, 500px)

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад +1

      Yes, me too! Thanks for sharing! 😉

  • @sihxies2037
    @sihxies2037 9 месяцев назад +1

    I'm new to coding and this is really helpful. I always do some things manually like the position of the context but now here I found there's and easier way to do it.

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      Thanks! I'm happy to hear that and I appreciate your feedback! 😉

  • @tygarbhard2077
    @tygarbhard2077 9 месяцев назад +3

    Very nice and informative yet with easy explanation video. I hope to see more videos on building actual projects with these features.

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      Thanks for your feedback, I really appreciate it! 😉
      PS: You will, soon. I'm currently working on a big project ...

  • @patriayvida4209
    @patriayvida4209 8 месяцев назад

    This Video is a Must Have!!! Thanks for sharing!!! I'm SUBSCRIBED!!!

  • @MsRobynM
    @MsRobynM Год назад +1

    Nicely done! Keep 'em coming!😀

  • @SharathLingam
    @SharathLingam 11 месяцев назад +1

    Nice video... Saved for later purposes. Thanks Lukas!

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure, buddy! I’m glad it's helpful and appreciate your feedback! 😉

  • @a7mdbest15
    @a7mdbest15 5 месяцев назад

    thanks man, i hope one day i become as good at css as you or kevin powell, i have always hated css and focused at other things but im in a situation that i have to learn it, and since i started to get deeper and deeper at css i started to actually like it

  • @Ferry192
    @Ferry192 11 месяцев назад +3

    this was really very helpful hopefully see more css features in the future ❤❤

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thank you for your feedback! I'm on it - subscribe to get notified ... 😉

  • @tomasburian6550
    @tomasburian6550 8 месяцев назад +1

    Good stuff, bro. Very useful. I haven't been using any of those but will implement them in the future.

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад

      I'm happy to hear that, Tomas. Thanks for the feedback, I really appreciate it! 😉

  • @fotyG
    @fotyG Год назад +4

    Useful and interesting content - thank you! 🙏

    • @lukas.webdev
      @lukas.webdev  Год назад

      Thanks for your feedback! I appreciate it. 😀

  • @tonytodd7011
    @tonytodd7011 5 месяцев назад

    Thank Lukas for your great and very clear way of teaching!

  • @WebDevASMR
    @WebDevASMR Год назад +1

    Love this type of video, subbed!

  • @iranRevolution7
    @iranRevolution7 11 месяцев назад +1

    i love this video so much ,
    please keep making videos like this .
    best of luck for you my friend .

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад +1

      Will do, buddy! Thank you so much for your feedback, I really appreciate it and I'm very happy to hear that. 😉

  • @user-kj7bn8ls3b
    @user-kj7bn8ls3b 6 месяцев назад

    Awesome. Thank you for your job

  • @saradnik
    @saradnik 11 месяцев назад +1

    I am thrilled. Thank you very much!

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure, buddy! Thank you for your feedback. 😉

  • @AllahsCreation12
    @AllahsCreation12 6 месяцев назад

    Bundle Of Thanks Man❤

  • @alirezaghp2874
    @alirezaghp2874 5 месяцев назад

    Great video, Thanks!

  • @adarshdalvi9772
    @adarshdalvi9772 5 месяцев назад

    Very helpful video and clearly explained all the features without complicating things . Thanks!

  • @bryanestrada600
    @bryanestrada600 11 месяцев назад +3

    Wow, aprendí mucho, en verdad muchas gracias, empezaré a implementar estos temas en mis próximos proyectos. 😊

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Gracias por tus respuestas, me alegra oír eso! 😉

  • @MwishaLudack
    @MwishaLudack 10 месяцев назад +1

    Good job Lukas, very helpful. (has and is) are my top tips.

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад

      Yeah, they're awesome! Thanks for you feedback, I'm glad to hear that. 😉

  • @darkpynix
    @darkpynix 11 месяцев назад +1

    that's nice video dude
    we'll need more of it

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thanks for your feedback, I appreciate it!
      I'm on it! 😉

  • @jorgegamboa5408
    @jorgegamboa5408 11 месяцев назад +1

    Very well explained !!! Thanks pal

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure! I’m glad you like it. 😉

  • @user-zw5wn9cn7t
    @user-zw5wn9cn7t 11 месяцев назад +1

    Thank you very much! 🤩
    Okay, I watched the video to the end and now I can say I love you!

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure, buddy! Thank you for your feedback, this really means a lot to me. 🤩

  • @AkshatShahVlogs
    @AkshatShahVlogs 5 месяцев назад

    Awesome video.. Great information

  • @HBCYTR
    @HBCYTR 5 месяцев назад

    This content is great learned lot of new things.

  • @ponrajs5396
    @ponrajs5396 8 месяцев назад +2

    Thank you so much for this content ❤

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад +1

      You're welcome! Thanks for your feedback, I appreciate it! 😉

  • @wg2
    @wg2 2 месяца назад +1

    i was first offended by the code monkey remark ,then i was like yeah that is what is actually happening (especially at a junior dev level) , touché lukas touché

  • @psychedelic-chi
    @psychedelic-chi 9 месяцев назад +1

    awesome, thank you!

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      My pleasure! I’m glad you like it and I appreciate your feedback! 😉

  • @JohnKumarBuses
    @JohnKumarBuses 9 месяцев назад +2

    I subscribed to your channel and will always support you. Your video is amazing! CSS is very advanced. I would like you to post more videos related to CSS for better designing. May be a video for best practices. Thanks.

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      Thank you very much, this really means a lot to me! 🤩
      I'm happy to hear that and thanks for the video idea.

  • @pareshkamaliya2493
    @pareshkamaliya2493 11 месяцев назад +2

    Great 👍 you have earned a subscriber today ❤ please keep making tutorials ❤

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thank you very much. I really appreciate it! 😉
      Don't worry, I'm just getting started ...🤙

  • @claudiacavalleri
    @claudiacavalleri 9 месяцев назад +1

    A lot of useful tricks to keep in mind, thanks!!!

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      My pleasure! I'm happy to hear that and I really appreciate your feedback! 😉

  • @saku0207
    @saku0207 9 месяцев назад +1

    nice one mate!

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      Thanks for your feedback, it means a lot to me! 🤩

  • @YanasChanell
    @YanasChanell 8 месяцев назад +1

    I totally forgot about line-clamp, thanks for reminding.

  • @DanielRios549
    @DanielRios549 8 месяцев назад +1

    Oh my God, I simply didn't know the scroll-snap, I already need to use this but I didn't know how, this is amazing, every day being impressioned by the amazing features of CSS

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад

      Yeah, CSS is awesome. 😉
      I'm glad I could help, thanks for the feedback.

  • @MrSrdjanStojkovic
    @MrSrdjanStojkovic Месяц назад

    Great. I start follow you. 👍

  • @ahmedabdelnasser5489
    @ahmedabdelnasser5489 11 месяцев назад +1

    Keep Going !! that's great

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Will do! 😉
      Thank you so much for your feedback.

  • @oliver_twistor
    @oliver_twistor 11 месяцев назад +25

    Nice list! But I would want to caution people when using -inline and -block, for example margin-inline. The reason for that caution is that the semantics are slightly different than using margin-left and margin-right.
    If you write margin-left, the margin will always be on the left side regardless of writing mode (left-to-right, right-to-left, top-to-bottom or bottom-to-top), but with margin-inline, which is a shorthand for margin-inline-start and margin-inline-end, writing mode is taken into account, so in a right-to-left display language, the margin you intended to be on the left side will now be on the right side, which might not be what you intended.

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад +7

      I'm glad you like it! 😉
      You're absolutely right about that. Thanks for mentioning and for this great explanation!

    • @AlexanderKontsevoy
      @AlexanderKontsevoy 11 месяцев назад +5

      That’s actually makes margin-inline even more useful, you will not have to update the styles when switching from ltr to rtl languages: in most cases it requires to flip the website horizontally, and if you use margin-inline, all you have to do is just change “direction” property. But if you specify different margin values for left and right, you’ll have to override them as well.

    • @oliver_twistor
      @oliver_twistor 11 месяцев назад +10

      @@AlexanderKontsevoy I agree, and that is why these properties were added. And that's why it's important to know what your intent is. If your intent is to have a margin in the beginning of the text (regardless of text direction), you should use -inline. But if your intent is to always have the margin on the left side regardless of text direction, you should use -left. It all depends on the situation.
      So my comment was not to say that -inline isn't useful; it was to alert people to the slight difference of semantics so they won't be surprised if that thing that should always have a left margin suddenly has its margin on the right for e.g. Arabic readers. But I agree with you, if only applied to paragraphs, figures and such, -inline is very nice to not have to override everything all the time.

    • @A.D.G
      @A.D.G 10 месяцев назад +1

      I understand wanting to raise this difference, though I think it's important to make developers more aware about different writing modes/accessibility in general so they can develop and design for them without accessibility seeming like this daunting arcane task

    • @TesterAnimal1
      @TesterAnimal1 7 месяцев назад +1

      What drives me crazy though is the multi valued forms don’t follow.
      margin : 1rem 2rem 3rem 4rem;
      That TRBL even in RTL mode.
      That’s a spec error.

  • @panchal6360
    @panchal6360 Год назад +1

    Thanks for such an informative video.

    • @lukas.webdev
      @lukas.webdev  Год назад

      You're welcome! I really appreciate your feedback. 😉

  • @jonopens
    @jonopens 11 месяцев назад +5

    Really great video, Lukas! It would be even better if you have a better mic as the vox come through kind of echoey/tinny. Content is excellent, however - keep it up!

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thank you, I really appreciate your feedback!
      Happy to hear that you like it. Sorry for that, but if you check out my latest videos, you'll recognize that I'm having a mic now... 😉
      (still need to figure out the best settings and stuff, but it will get better with every new video.)

  • @evandromottaz
    @evandromottaz 11 месяцев назад +3

    Muito bom seu inglês, estava achando que era um vídeo gringo até ouvir "xau" 😂 aí fui ver o nome do canal e não tive dúvidas. Parabéns pelo conteúdo.

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад +1

      Fico contente por ouvir isso. ... 😄
      Obrigado pelos comentários, Eu agradeço sua atenção! 😉

  • @g4l625
    @g4l625 10 месяцев назад +1

    Great video here's my subscription !!!!

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад

      Awesome! Thank you very much, this really means a lot to me. 🤩

  • @x_x8491
    @x_x8491 7 месяцев назад

    very informative, thx

  • @kotkomirkotkov
    @kotkomirkotkov 9 месяцев назад +1

    Thank you very much!

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад +1

      You're welcome! I’m glad you like it! 😉

  • @manafsliman3734
    @manafsliman3734 4 месяца назад

    Great video 🎉

  • @bes5164
    @bes5164 16 дней назад

    perfect dude!

  • @mehfileRazi
    @mehfileRazi 11 месяцев назад +1

    Thank you for sharing 🙏😊❤

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад +1

      You're welcome! I'm happy to help. 😉

  • @malithmadushan3199
    @malithmadushan3199 11 месяцев назад +1

    Superb video, thank for lot.

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure! I'm glad you like it. 😉

  • @blakerichardson8795
    @blakerichardson8795 10 месяцев назад +1

    Just started learning web development and this video was very helpful

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад

      I'm happy to hear that, all the best for your journey! 😉
      (PS: Because you just started webdev, my latest video should be also very helpful for you ...)

  • @gianfrancoperaltabravo6004
    @gianfrancoperaltabravo6004 9 месяцев назад +1

    Amazing !

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      I'm glad you like it, thanks for your feedback! 😉

  • @amalkrishna2194
    @amalkrishna2194 11 месяцев назад +2

    Thanks that's helps a lot ❤

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад +1

      My pleasure! I’m happy to hear that. 😉

  • @user-xv8gw2tf2l
    @user-xv8gw2tf2l 10 месяцев назад +1

    thank u very much that was helpful

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад +1

      My pleasure, I'm happy to hear that! 😉

  • @zeljkokoprivica8544
    @zeljkokoprivica8544 6 месяцев назад

    very cool, ty

  • @kamleshkumar-qk7cf
    @kamleshkumar-qk7cf 8 месяцев назад

    kindly make a course of all the properties and tags of CSS and teach us like in this video , i just love your way of learning.

  • @bhadawang
    @bhadawang 7 месяцев назад

    Thank You, Sir

  • @k1llerfr0g58
    @k1llerfr0g58 11 месяцев назад +2

    Bro, the stuff I used React components from libraries for in the past, you program using plain HTML & CSS. Damn!

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Sure 😜. Plain HTML & CSS is actually pretty powerful ... 🔥

  • @ask-wj2pf
    @ask-wj2pf 4 месяца назад

    Thankyou. 👍🏿👍

  • @avavijit4317
    @avavijit4317 11 месяцев назад +1

    Thank you so much, Sir 🙂
    I am really inspired by your video🙏❤🙏

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure! I am very happy to hear that, thank you for your feedback! 😉

  • @user-gl9dm6pn3w
    @user-gl9dm6pn3w 6 месяцев назад

    U suddenly appeared on my utube and cleared my all doubts which bother me everyday ❤️‍🔥❤️‍🔥

  • @gamerzchoices
    @gamerzchoices 10 месяцев назад +1

    Absolutely worth watching this video

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад

      I agree! 😜
      Thanks for your feedback.

  • @kenxinhxc1635
    @kenxinhxc1635 11 месяцев назад +1

    Love this thanks

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure! I'm glad you like it. 😃

  • @juan7114
    @juan7114 10 месяцев назад +1

    Buen video Lukas, me suscribo!

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад +1

      Muchas gracias te lo agradezco mucho! 🤩

  • @bilalbeny4172
    @bilalbeny4172 7 месяцев назад

    nice video, thank u

  • @nevinsronald8728
    @nevinsronald8728 Год назад +1

    ❤Thanks Sir!

    • @lukas.webdev
      @lukas.webdev  Год назад +1

      You're welcome! Thanks for your feedback. 😉

  • @Emotion_Mystery
    @Emotion_Mystery 11 месяцев назад +2

    Awesome 👌

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thanks! I'm glad you like it. 😉

  • @DeadEmperor
    @DeadEmperor 9 месяцев назад +1

    It's very much helpful. Take love from Bangladesh.

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      Thank you so much for your feedback, I'm happy to hear that! 😉

  • @somaarbadra7626
    @somaarbadra7626 11 месяцев назад +1

    Thanks 💜💜💜

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure! I’m glad you like it and I appreciate your feedback! 😉

  • @dramascott5068
    @dramascott5068 4 месяца назад

    Helpful

  • @user-yo5oz5td6h
    @user-yo5oz5td6h 6 месяцев назад

    Thanks❤

  • @user-mv6iy6gc6e
    @user-mv6iy6gc6e 9 месяцев назад +1

    Thnx alot bro ❤

  • @Younex
    @Younex 11 месяцев назад +1

    wow realy usful 🤩
    thank you 🙏

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      I'm more than happy to hear that! My Pleasure, thanks for your feedback. 😉

  • @mediadinger
    @mediadinger 11 месяцев назад +1

    One of the best CSS Videos I've seen in 2023

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thank you, this really means a lot to me! 🤩

  • @divyanshkumar1044
    @divyanshkumar1044 8 месяцев назад

    Thank you

  • @Iskael
    @Iskael 9 месяцев назад +1

    nice css tricks Lukas

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      Thank you buddy, I really appreciate the feedback! 😉

  • @shabbirhussainmp6631
    @shabbirhussainmp6631 11 месяцев назад +1

    Great video, keep going..

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад +1

      Will do! 😉
      Thank you so much for your feedback, I really appreciate it. ✌

  • @shareskill91
    @shareskill91 9 месяцев назад +1

    Very helpful

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      Thanks for your feedback, I am happy to hear that! 😉

  • @cordial
    @cordial 7 месяцев назад

    Great video - Are all these safe to use cross browser i.e. have full browser support?

  • @kingnasserpalong274
    @kingnasserpalong274 9 месяцев назад +1

    nice 1 sir good explanation :) next javascript thanks sir :)

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад

      My pleasure! I’m glad you like it and I appreciate your feedback! 😉
      That's a great idea, thanks.

  • @berkeylmaz4488
    @berkeylmaz4488 11 месяцев назад +1

    You are very cool brother, thank you. Live long and prosper 🖖

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thanks for the feedback buddy, I really appreciate it. 😉🖖

  • @marshallgraphic
    @marshallgraphic 11 месяцев назад +1

    Nice video!

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      Thanks, I’m glad you like it. 😉

  • @bh-slys
    @bh-slys 11 месяцев назад +1

    Thanks ~ 💞

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад

      My pleasure! I’m glad you enjoyed it and I appreciate your feedback. 😉

  • @med-idabdellah
    @med-idabdellah 11 месяцев назад +1

    Great 🌹🔥🔥

    • @lukas.webdev
      @lukas.webdev  11 месяцев назад +1

      Thanks, I really appreciate it! 😉

  • @_tech_js
    @_tech_js 11 месяцев назад +1

    Sir thanks for this video super amazing….

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад

      My pleasure! I’m glad you like it and appreciate your feedback! 😉

  • @gamerzchoices
    @gamerzchoices 10 месяцев назад +1

    Really useful css. I was searching for smooth scrolling and wallah I clicked this video randomly and my problem was solved

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад

      Awesome, I'm happy to hear that! 😉

  • @knowledgetogo92
    @knowledgetogo92 7 месяцев назад

    Nice Features, in CSS ist soviel möglich!

  • @user-mv6iy6gc6e
    @user-mv6iy6gc6e 9 месяцев назад +2

    Never rlly realized till now that am missing out alot on easier code writing. Ive been using notepads to qrite codes 😂. Vscode seems alot easier to use

    • @lukas.webdev
      @lukas.webdev  9 месяцев назад +1

      Yes, you should definitely start to use VS Code instead of Notepad! 😂
      You can download it for free and it will make everything easier. PS:I have a video about the top 5 Extensions in VS Code - that should be also very helpful for you, make sure to check that out. 😉

  • @PonomarenkoO
    @PonomarenkoO 11 месяцев назад +1

    thx!

  • @stan_de
    @stan_de 11 месяцев назад +8

    Hey. I’m a web developer with a solid experience. And I did like this short and condensed review of new features. Thank you.
    The only thing I would ask to add to similar videos in the future Is the compatibility limitations to be aware about. That was a huge throwback for me when people already used flex box but it was not supported by “favourite” IE, so I could not use it or make a fallback extra.
    I’m asking this because of the prefixed CSS you used and it is obvious that it is not a standard yet :)
    Anyways thanks, and subscribing to be updated with your videos.

    • @heiniger92
      @heiniger92 10 месяцев назад

      Use sth like PostCss or even better a Preprocessor and dont care about browser support

    • @stan_de
      @stan_de 10 месяцев назад +1

      @@heiniger92 the main idea is about native support, because it is usually(…) de facto more performant :)

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад +1

      You're very welcome, I'm glad you like it and thanks for subscribing! 😉
      Good point, thanks for mentioning - I'll keep that in mind. 👍
      (But if I'm not mistaken, all the features of this video are already fully supported by every major browser - except for :has(), but I mentioned that in the video ...)

  • @anafro_ru
    @anafro_ru 10 месяцев назад +1

    Dang, these ...-block and ...-inline are useful! I always used padding: XX% 0; and padding: 0 XX%;
    Thank you a lot!

    • @lukas.webdev
      @lukas.webdev  10 месяцев назад +1

      My pleasure, I'm happy to hear that! 😉

  • @fuadmojtaba
    @fuadmojtaba 8 месяцев назад

    Helpfull Video

    • @lukas.webdev
      @lukas.webdev  8 месяцев назад

      Thanks, I'm happy to hear that! 😉

  • @AlexFetfa
    @AlexFetfa Год назад +1

    Great video.

    • @lukas.webdev
      @lukas.webdev  Год назад

      Thanks! I really appreciate it. 😉

  • @tegotypunikos
    @tegotypunikos 8 месяцев назад

    TYSM

  • @neodevils
    @neodevils 6 месяцев назад

    Thanks for the video Lukas. I am kinda confused in a part. What is difference between “div h2” and “div :has(h2)”?