5 CSS Tips to Improve Your Dev Skills

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

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

  • @UkraineAb0veAll
    @UkraineAb0veAll 4 года назад +42

    Timeline for 5 tips:
    0:21 - box-sizing: border-box;
    1:26 - background-repeat: round
    2:15 - Advanced box-shadow
    3:07 - (for responsive design) CSS aspect-ratio
    4:00 - prefer-color-scheme

  • @Alessandro-nq3tm
    @Alessandro-nq3tm 4 года назад +9

    You're voice is so calming. Thanks for the tips

  • @hanifanmohamad2327
    @hanifanmohamad2327 4 года назад +2

    The idea of maintaining aspect ratio is awesome! Just knew about it.

  • @bmejia220
    @bmejia220 3 года назад

    Red Stapler, this video is awesome. Your channel is awesome! You are awesome!

  • @nguyenhuuanhtuan5360
    @nguyenhuuanhtuan5360 4 года назад +3

    Thank you, your videos really helped! Master of CSS

  • @yt-sh
    @yt-sh 4 года назад +2

    Easily the best css channel!

  • @s427
    @s427 4 года назад +3

    3:33 - IMO using calc() is not really necessary since the result will never change: it's always 30.9375%. So you can just use this value.

  • @nikhilmwarrier7948
    @nikhilmwarrier7948 3 года назад

    I loved the aspect ratio trick!!! Awesome vids man!!!

  • @sommie4935
    @sommie4935 4 года назад

    That aspect ratio trick is amazing

  • @alexzander2107
    @alexzander2107 4 года назад +2

    You are the best as usual in explanation of some interesting tips! :-)

  • @Harbiscus
    @Harbiscus 4 года назад

    The dark mode tip is awesome, thanks for sharing!

  • @forhadrh
    @forhadrh 3 года назад

    Color scheme was interestin'!

  • @petecapecod
    @petecapecod 4 года назад

    That was a splendid video! Thanks so much for all the tips 👍🏻

  • @catalinim4227
    @catalinim4227 4 года назад +1

    For Dark / Light mode is enough to specify only one of them, light mode as basic-not specified- and custom styles for dark mode

  • @Ahmad-lc1ln
    @Ahmad-lc1ln 4 года назад +10

    Can you make a video on the new feature of Gsap the ( Scroll Trigger ) instead of using ( scroll magic ).

  • @DevNegant
    @DevNegant 4 года назад

    Awesome. Some new things good to know.

  • @CodingJourney
    @CodingJourney 4 года назад

    Great tips!!! Quality video as usual ;)

  • @1rfan_saeed
    @1rfan_saeed 4 года назад

    very useful

  • @moizkhalid2714
    @moizkhalid2714 4 года назад

    your videos are top class

  • @marajulislam4691
    @marajulislam4691 4 года назад

    Thanks, that was awesome

  • @wgm247
    @wgm247 4 года назад

    Very very good

  • @briankgarland
    @briankgarland 3 года назад

    The cal-c function! 😂

  • @phuocquang2314
    @phuocquang2314 4 года назад +1

    thanks sir, very helpful :D

  • @alex19991014
    @alex19991014 4 года назад

    This video is so useful

  • @aayushsingh8885
    @aayushsingh8885 4 года назад

    Plzz make a full series on css and js and three.js

  • @mrp3443
    @mrp3443 4 года назад +1

    Please a make a video on how to take inspiration from website s

  • @arnurs5019
    @arnurs5019 4 года назад

    So useful!

  • @ranjithkumar-rc1sh
    @ranjithkumar-rc1sh 3 года назад

    Thank you for this good useful tips.. Voice need little more sound

  • @narendravishwakarma8175
    @narendravishwakarma8175 4 года назад

    The channel name is Red stapler but the colour of stapler in logo is white and the bg is red

  • @felipeferreira5206
    @felipeferreira5206 3 года назад

    Aspect ratio is a css feature now

  • @mariolopes6262
    @mariolopes6262 4 года назад

    Eu também sempre uso borderbox no *

  • @belscode3941
    @belscode3941 4 года назад

    Hey, can u do a tuto on how to code stripe navbar , thank youu

  • @christianlacroix5430
    @christianlacroix5430 4 года назад

    What are the programs in which you create the code ? Or what programs should I install ?

  • @ganeshtripathi1757
    @ganeshtripathi1757 4 года назад

    Can anyone tell what is maximum package of javascript angular or react js developer

  • @a.anvarbekov
    @a.anvarbekov 3 года назад

    Eventually I got what box-sizing does, thank u

  • @eaminahmed7380
    @eaminahmed7380 4 года назад

    Which theme you used bro?

  • @bhargav1811
    @bhargav1811 3 года назад

    Which ide you use bro ??

  • @vexingcoder3437
    @vexingcoder3437 4 года назад

    How to make div center?

    • @Explore2Adore
      @Explore2Adore 4 года назад

      If you have not found an answer...
      Specify a CSS width on the the , then add the "margin" property and set to "auto".
      Example below....
      div{
      width: 20%;
      margin: auto;
      }
      You can add 0 margin to top and bottom if needed, unless you've already set it to 0 as a 'reset' at the start of your CSS file. Example below...
      *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      If you need to align it vertically (Y axis) learn CSS Grid, it can assist you with positioning, also learn Flexbox afterwards 🙂👍

  • @SMOKESTRA
    @SMOKESTRA 4 года назад

    Best

  • @tonywest9146
    @tonywest9146 3 года назад

    Hello are living in abudhabi? Just asking

  • @alejandrodoe9168
    @alejandrodoe9168 4 года назад

    noice m8

  • @jayjaayjaaay94
    @jayjaayjaaay94 4 года назад

    Hi, I am backend engineer who wants to learn css and stuff, where do I start?

  • @techydeveloper
    @techydeveloper 4 года назад

    thanks a lot

  • @anirbansarkar6907
    @anirbansarkar6907 4 года назад

    What's your pc spec?

  • @gowtham3623
    @gowtham3623 4 года назад +4

    🤔 why red stapler in white color! 😂😀

  • @dasten123
    @dasten123 4 года назад

    cal.....C ??

  • @cortarelva
    @cortarelva 4 года назад

    So much juice in under 5 minutes

  • @nabiisakhanov3522
    @nabiisakhanov3522 4 года назад

    Best css pro tip is dont flash your teammates

  • @drewm9606
    @drewm9606 3 года назад +1

    Yes but the breakdown was not great of teaching