You can use Emmet with CSS!

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 มี.ค. 2021
  • My video on Emmet for HTML: • Use Emmet to up your H...
    Emmet is awesome, and I use it for my HTML all the time. When I put up my Emmet video, a lot of commenters mentioned that we can use it for CSS too. I've known about it, but I haven't used it a ton... but the more I play with it, the more I like it!
    The only drawback is there are a lot of properties to remember new shortcuts for!
    Emmet's cheatsheet... use find for what you're looking for, there is a lot 😅 docs.emmet.io/cheat-sheet/
    #css
    --
    Come hang out with other dev's in my Discord Community
    💬 / discord
    ---
    Keep up to date with everything I'm up to
    ✉ www.kevinpowell.co/newsletter
    ---
    Help support my channel
    👨‍🎓 Get a course: www.kevinpowell.co/courses
    👕 Buy a shirt: teespring.com/stores/making-t...
    💖 Support me on Patreon: / kevinpowell
    ---
    My editor: VS Code - code.visualstudio.com/
    ---
    I'm on some other places on the internet too!
    If you'd like a behind the scenes and previews of what's coming up on my TH-cam channel, make sure to follow me on Instagram and Twitter.
    Instagram: / kevinpowell.co
    Twitter: / kevinjpowell
    Codepen: codepen.io/kevinpowell/
    Github: github.com/kevin-powell
    ---
    And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

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

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

    My CSS Professor has blessed me yet again.

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

      Kevin Powell is a high quality sub for sure.

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

    at 3:00 you can shorten it to "m0-a" it will translate to "margin: 0 auto;" as well 👍🏼

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

      Cool!

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

      @@Steel0079 Ctrl + movement keys

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

    I love this, didn't know it existed for CSS as well

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

    You really do churn out a lot of useful content at a rapid pace. Always good.

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

      Thanks, glad you're enjoying it all!

    • @Steel0079
      @Steel0079 3 ปีที่แล้ว

      @@KevinPowell At 5:45, you moved the cursor instantly to the start of the word "black", before deleting "#". It didn't look like it was a mouse movement. Is there a shortcut for doing that?

    • @abhishek.rathore
      @abhishek.rathore 3 ปีที่แล้ว +3

      @@Steel0079 if you hold ctrl and use arrow keys, the cursor moves a word (or token) at a time. So ctrl + left arrow is what he did to get to the start of the word. This works with backspace and delete too, so to delete a word press ctrl + backspace.

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

    at 6:07 that's called trigger suggest and in vscode you can press ctrl+space (or command+space in mac) to bring it up without having to hit backspace
    it's not only for emmet snippets it also works for just about anything with intellisense

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

    This is awesome! I did not now about this, and the cheat sheet is included!
    Thank you again Kevin for continually providing the web dev community with premium content!

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

    As a hand coded I have been using it mainly for table setups for data. Now I will use it more often for standard styles. Thanks soo much!

  • @footballversus2203
    @footballversus2203 2 ปีที่แล้ว

    Bro, You changed my life!! I've been used the intellisence to type the props faster for so long, but now it comes to my mind to use it like that. Thank you! Keep going

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

    Every time I hear Emmet, I think of Dr. Emmet Brown a.k.a. Doc from Back to the Future!

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

      jajaj me too

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

      And thanks to reading that, I probably will too 😅

    • @noah-4482
      @noah-4482 3 ปีที่แล้ว

      I believe thats who its named after

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

      "GREAT SCOTT!!"😯

    • @zinedinhadzajlija6225
      @zinedinhadzajlija6225 3 ปีที่แล้ว

      Wow, I think of Emmet, the firearm guy from Gta SA, lmaoo

  • @blonduose
    @blonduose 3 ปีที่แล้ว

    No, i haven't used it yet but I sure will from now on! Thank you so much, I think your videos and your responsive course has been the main reason I got good, or better and more comfortable with css (and scss).

  • @nziokaaustin
    @nziokaaustin 2 ปีที่แล้ว

    this will definitely speed up my work flow. thanks Kevin 🎉

  • @ShadiMuhammad
    @ShadiMuhammad 3 ปีที่แล้ว

    You are AWESOME as usual Kev.
    Keep it up man. 👏

  • @EmoryFlame
    @EmoryFlame 2 ปีที่แล้ว

    This blew my mind. Don't ever stop making these videos!

  • @CynthiaSotoCaballerolYEAHl
    @CynthiaSotoCaballerolYEAHl 3 ปีที่แล้ว

    I didn't know about this. So happy to wach your video. I'm gonna try to include it from now (because sometimes the hand already is moving automatically when typing css). Thank you Kevin

  • @mohan9285
    @mohan9285 3 ปีที่แล้ว

    Awesome :) I got many here. I was not thinking about Emmet but was already using it for many css properties. Now will play around it and have lots of fun. Cheers. Thanks Kevin.

  • @dishantsharma8614
    @dishantsharma8614 3 ปีที่แล้ว

    This is so cool. I will start using this right away in my CSS styling. Thanks, Kevin. You're awesome :)

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

    Hey...
    I'm from Bangladesh right now I am learning JavaScript...
    my Facebook Nigerian friend is learning css. I suggested him to follow your channel for CSS. You are the CSS king.

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

    Hands down Emmet has changed this game since it came , i remember using it on sublimetext and never going back since.
    As usual great content, keep it up.

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

    Each video of your channel is a gem...

  • @urfteemo6136
    @urfteemo6136 3 ปีที่แล้ว

    I love all your videos and I've improved alot since I found this channel!

  • @djordjek3916
    @djordjek3916 3 ปีที่แล้ว

    This is gold! Thank you very much Kevin!

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

    *_This is Mind Blowing and very Useful ! Great ! 👍🏼_*

  • @NiceChange
    @NiceChange 2 ปีที่แล้ว

    Wow. Love this and will start using immediately. Thank you

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

    Thanks Kevin Sir it was a informative tutorial it has taken my css to next level

  • @juanignaciolandolfi3673
    @juanignaciolandolfi3673 2 ปีที่แล้ว

    Your videos are the funniest I have ever seen. It's really nice to learn like this. Thanks a lot.

  • @juanandreso2349
    @juanandreso2349 3 ปีที่แล้ว

    Didn't know about this but is so cool! Thanks again Kevin!!

    • @KevinPowell
      @KevinPowell  3 ปีที่แล้ว

      Glad you liked the video 😃

  • @tassiaaccioly2355
    @tassiaaccioly2355 3 ปีที่แล้ว

    I didn't know there was emmet for CSS. I'm gonna start using it now! Thank you Kevin! I love your content!

  • @Michael-Martell
    @Michael-Martell 2 ปีที่แล้ว

    Never knew about this! Looks wonderful! Thanks for sharing! A cheat sheet would be awesome!

  • @matthewjones81
    @matthewjones81 3 ปีที่แล้ว

    I'm falling in love with it too and your content! Thanks a million!

  • @bobdinitto
    @bobdinitto 2 ปีที่แล้ว

    When I saw you do that first m0, Kevin, I had to immediately stop the video, pop open VSCode, and try it. And then scream: "OMG! IT'S BEEN HERE THE WHOLE TIME!!!!" So... thanks for the epiphany! I'll definitely be using this.

  • @codetech3711
    @codetech3711 3 ปีที่แล้ว

    This is life changing for me, thanks!

  • @luiscolome75
    @luiscolome75 3 ปีที่แล้ว

    I?ve been using it but not in combination with the plus sign. That is just awesome. As always Thanks million for your work Kevin!

  • @NejdetACAR
    @NejdetACAR 3 ปีที่แล้ว

    Thank you for this video.
    Although I used the Emmet plugin, I did not know about them, I learned.

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

    Already using emmet on css, the multiple line trick and the shortcut for fxd:c are new for me 😲 Soooo coool 🤩 Thanks

  • @haythamkenway1561
    @haythamkenway1561 3 ปีที่แล้ว

    Jeez!!!! I didn't know that. Thank you. Super excited

  • @niilaryeaquartey-papafio1940
    @niilaryeaquartey-papafio1940 2 ปีที่แล้ว +3

    Never knew the "+" was there to combine multiple properties. Always did them one at a time. Thank you Kevin❤

    • @windubitably
      @windubitably 2 ปีที่แล้ว

      Same. Ironically, it takes longer to connect them all. Each property would need its own tab/enter keystroke, but with combining, we need to press “shift” and “+”, plus the final tab/enter.

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

    I didn't know it existed for CSS as well! I'm gonna give it a try. Thanks again!

  • @Lulu-xx5sn
    @Lulu-xx5sn 3 ปีที่แล้ว +2

    I didn't know this was possible, this is so useful

  • @adityamallik3298
    @adityamallik3298 3 ปีที่แล้ว

    I HAVE to start using emmet now, I never thought it would have this much power!

  • @mind_of_a_darkhorse
    @mind_of_a_darkhorse 3 ปีที่แล้ว

    I have used it a little on CSS, but I did not know you could combine them. Another helpful and awesome video!

  • @mathguy3801
    @mathguy3801 3 ปีที่แล้ว

    Excellent video! Thanks for the information. I will give it a try.

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

    Wonderful KP, Thanks for your kind work. 👍

  • @bjgjuiuguoojpoo
    @bjgjuiuguoojpoo 3 ปีที่แล้ว

    MORE THAN AWESOME! As usual I should add :) Thank you soooo much Kevin! I really Love Your tutorials!

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

    Very Useful thanks looking forward to see more videos of this playlist

  • @SahilRajput03
    @SahilRajput03 3 ปีที่แล้ว

    I have started using emmet from now onwards a lot!!

  • @Fullflexno
    @Fullflexno 2 ปีที่แล้ว

    Magic! Thanks alot, cheers from Norway!

  • @alialmbaree868
    @alialmbaree868 3 ปีที่แล้ว

    Thank you so much, I didn't know about this, and I'll start using it right now 🌹

  • @chineduknight6426
    @chineduknight6426 3 ปีที่แล้ว

    I didn't know of this, wow this really speeds up css. Thanks a love Kevin

  • @okbtorn
    @okbtorn 3 ปีที่แล้ว

    Wow, this is awesome and will sure save me time. Didn't know emmet works with css even though I've been using some kind of shorthand without knowing the full potentials.

  • @marcosarg1
    @marcosarg1 3 ปีที่แล้ว

    I am starting on this journey at 48 years old, totally a newbie. This little shorcuts are wonderful for me! Thanks so much!

  • @kelvinclark3474
    @kelvinclark3474 3 ปีที่แล้ว

    Wow thanks much, I've been thinking about it for sometime now.

  • @AH-cf9cv
    @AH-cf9cv 3 ปีที่แล้ว

    Hai kevin u always come with new strategy in css. Thanks

  • @PatrickDucat
    @PatrickDucat 3 ปีที่แล้ว

    I never even considered that Emmett might work with CSS. Going to try it out tonight. Thanks!

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

    Cool, I knew that existed in a different way, but this is way better

  • @guillermoandradaFSD
    @guillermoandradaFSD 3 ปีที่แล้ว

    Just amazing! Thank you so much... I loved that video.

  • @nikhilmwarrier7948
    @nikhilmwarrier7948 3 ปีที่แล้ว

    Exactly what I wanted! Thanks!

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

    I haven't seen Emmet with css but now ... I'm gonna User it !

  • @Yukitocyborg
    @Yukitocyborg 2 ปีที่แล้ว

    Really good!
    I've used it before but not for multiple properties, that will be helpful

  • @EEQUALIZER
    @EEQUALIZER 3 ปีที่แล้ว

    Great. Didn't know about it. Another level up on my skills 🥰. Thanks Kevin!

    • @KevinPowell
      @KevinPowell  3 ปีที่แล้ว

      Glad you liked the video 😃

  • @stormybear4986
    @stormybear4986 2 ปีที่แล้ว

    I'm definitely going to start using Emmet for both CSS ans HTML!

  • @user-ce6nz8ht3b
    @user-ce6nz8ht3b 3 ปีที่แล้ว +6

    This is something you dont find in other Ytubers.

  • @VladimirMarkovic
    @VladimirMarkovic 3 ปีที่แล้ว

    Interesting stuff, as always

  • @ganesan.r5430
    @ganesan.r5430 2 ปีที่แล้ว

    As like as all your videos, Informative and useful.

  • @farid.dev1
    @farid.dev1 3 ปีที่แล้ว

    Great stuff, thank you!

  • @mh_kohansal
    @mh_kohansal 3 ปีที่แล้ว

    ty man, it's very useful for me

  • @blender_tommy
    @blender_tommy 3 ปีที่แล้ว

    Thanks, if it wasn't because of this video it wouldn't have clicked...been using Emmet by accident whilst coding SCSS with basic stuff like m0 or p0 but I never got to make the connection.
    This opens up a load of possibilities.

  • @hashaama
    @hashaama 3 ปีที่แล้ว

    amazing stuff as usual!!

  • @aggelikipapageorgiou5003
    @aggelikipapageorgiou5003 3 ปีที่แล้ว

    Awesome man, thanks!!

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

    There is something new you get to learn on this channel ❤️

  • @nareshdhondu7027
    @nareshdhondu7027 3 ปีที่แล้ว

    I used only m0, p0, & bgc before your video but now I will try this all emment

  • @support2587
    @support2587 3 ปีที่แล้ว

    Something new and useful before 8am. Cool!

  • @ibrahemmohammed4950
    @ibrahemmohammed4950 2 ปีที่แล้ว

    Awesome video, awesome tool 3>

  • @AliJanahi-ki9lq
    @AliJanahi-ki9lq ปีที่แล้ว

    i love it , thank you so much

  •  3 ปีที่แล้ว

    thanks for great content Kevin!

  • @Po4to
    @Po4to 3 ปีที่แล้ว

    That is so awesome! Wish there were something like that for SMIL - which I still prefer over CSS for its versatility, but oh boy is it superfluous.

  • @arung007
    @arung007 2 ปีที่แล้ว

    Not tried so far css, interesting, i wil start using it

  • @thevividversatilechannel4807
    @thevividversatilechannel4807 2 ปีที่แล้ว

    I was already using this. Things like
    ffss (font-family sans-serif)
    fz1.25rem (font-size 1.25rem)
    df (display flex)
    aic (align-items center)
    jcc (justify-content center)
    tac (text-align center)
    bg#4 (background #444444)
    c#a9 (color #a9a9a9)
    bdrs50p (border-radius 50%)
    b2 (bottom 2px)
    fxdc (flex-direction column)
    Thank you very much!

  • @gobideveloper111
    @gobideveloper111 3 ปีที่แล้ว

    Wow, it's totally amazing and super fast.

  • @farhan-app
    @farhan-app 3 ปีที่แล้ว

    Great video! I have an AWESOME suggestion that I think loads of people will agree with...Remake/clone cool websites and document how you would code it...It’s entertaining, fun, and super educational!

  •  3 ปีที่แล้ว +1

    The king, very useful

  • @asifiqbal3831
    @asifiqbal3831 3 ปีที่แล้ว

    Really glad to know

  • @chhavimanichoubey9437
    @chhavimanichoubey9437 3 ปีที่แล้ว

    im definitely gonna use emmet for usual codes

  • @SebastianZartner
    @SebastianZartner 3 ปีที่แล้ว

    I am using VSCode for quite some time now and I never realized the integration of Emmet and its potential. Thank you for pointing that out!

    • @KevinPowell
      @KevinPowell  3 ปีที่แล้ว

      Glad you liked the video 😃

  • @abdul_busybrain
    @abdul_busybrain 10 วันที่ผ่านมา

    keep up the good work 💪

  • @ytkeebOo
    @ytkeebOo 3 ปีที่แล้ว

    never used before, I'm starting just now after your video.... as usual. ;)

  • @KINGJA92
    @KINGJA92 2 ปีที่แล้ว

    Great video 👏🏾👏🏾

  • @raypenha2572
    @raypenha2572 3 ปีที่แล้ว

    Your Chanel is the best

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

    Thanks. This is awesome

  • @descongestionante_nasal
    @descongestionante_nasal 2 ปีที่แล้ว

    omg! this is awesome!!!

  • @favouritejome
    @favouritejome 3 ปีที่แล้ว

    I've been using emmet with CSS but I guess not efficiently. Thanks for making this video, now I can use it efficiently

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

      Thanks, glad you enjoyed it :D

  • @kinoshan591
    @kinoshan591 3 ปีที่แล้ว

    Awesome thanks bro 👍

  • @EagerEggplant
    @EagerEggplant 3 ปีที่แล้ว

    You are literally carrying me in CSS. I am such a better CSS writer because of your videos! Thank you!

  • @ishtiakahmed2610
    @ishtiakahmed2610 3 ปีที่แล้ว

    These are super awesome. Thanks a lot. May The Almighty bless you.

  • @bobrobertsNotUrBob
    @bobrobertsNotUrBob 3 ปีที่แล้ว

    damn, this is amazing info, no wonder you have so many subs

  • @Tech-Dev
    @Tech-Dev 7 หลายเดือนก่อน

    Cheers for this.

  • @tiredofliars
    @tiredofliars 3 ปีที่แล้ว

    Thank you!

  • @cherryfuchs
    @cherryfuchs 3 ปีที่แล้ว

    This is amazing

  • @fikeryebeltal9068
    @fikeryebeltal9068 3 ปีที่แล้ว

    Love it!

  • @JohnBortins
    @JohnBortins 3 ปีที่แล้ว

    That looks like fun!

    • @KevinPowell
      @KevinPowell  3 ปีที่แล้ว

      Takes some getting used to, but is really handy :)

  • @cool-ue4ex
    @cool-ue4ex 10 หลายเดือนก่อน

    What a master 🔥