How to make shapes with CSS

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

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

  • @Mwtorres89
    @Mwtorres89 2 года назад +11

    This video is GOLD. Thank you, Kevin. We need these types of simplified videos more often.

  • @anad6448
    @anad6448 5 лет назад +97

    You're such a great communicator! Thanks for breaking things down so nicely!

  • @timkimdesign
    @timkimdesign 4 года назад +15

    display: grid;
    place-items: center;
    Ahhhhhhh, simple and easy. Thank you.

  • @fuseteam
    @fuseteam 4 года назад +58

    "if you find this 6 months from now"
    me coming 2 years later: i wonder how good it is now

    • @achalsankat7898
      @achalsankat7898 4 года назад +5

      Lol, I just thought the same buddy! XD

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

      so.. is it? XD

    • @fuseteam
      @fuseteam 4 года назад +6

      @@robertjustineduardo3395 appears pretty solid if we drop IE like a rock xD

    • @naveenvenkateshk
      @naveenvenkateshk 3 года назад +3

      me seeing this for the first time 3 years after the video was posted.

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

      @@naveenvenkateshk same, I'm pretty sure browser support is now very good

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

    I was desparate of trying to create different shapes by border combine with transparent and then I found this. What a badass vid! Thanks a bunch!!

  • @WingedDestinyX
    @WingedDestinyX 5 лет назад +11

    I am an iOS dev and I just started getting into building websites again (love to do front-end work). Your videos are gold! Thanks a lot :D

  • @teppichkuchen8606
    @teppichkuchen8606 6 лет назад +42

    Hello Kevin, thanks for that input! :) I have one hint for you: you can also centering things with "top: 50%; transform: translateY(-50%);". Its very useful and crossbrowser compatible. Keep up the good work!

    • @KevinPowell
      @KevinPowell  6 лет назад +7

      For sure, I use that a lot! I do like that we don't have to with flex and grid, but as you mentioned, that has better browser support :)

    • @dustinpoissant
      @dustinpoissant 6 лет назад +2

      If im centering text in a fixed height container just use line-height: 100px and text-align: center

    • @williampelletiervslol1949
      @williampelletiervslol1949 6 лет назад

      is .one a div?
      cause now im rlly confuse about the emojji and the fack tht you wrote place-item: center; and the circle goes right in the middle of the emojji

    • @williampelletiervslol1949
      @williampelletiervslol1949 6 лет назад

      nvm tried something and it work

    • @williampelletiervslol1949
      @williampelletiervslol1949 6 лет назад

      emojji is just a h1/6 lol

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

    you're literally the css god i have been looking for!
    my css skills have gone through the roof since I am doing the cssbattles with your videos.
    *THANKYOU!*

  • @typingmasterpro6762
    @typingmasterpro6762 3 года назад +2

    I have seen your lot of videos and this one is helped me a lot than others. Nice little work you have put in this video. Thanks, mate.

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

    Kevin, this is one of the best CSS tutorials I've ever watched! Thank you so much.

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

    Oh my god. Place-items? are you kidding me? how have I not seen that. There's gold information for css learners from beginning to end here. Ty. Subbed.

  • @01RobPwr
    @01RobPwr 6 лет назад +10

    Ha I was just thinking the other day “how the hell do I do different shapes” and was going to have a look this weekend and what pops up, your video! Perfect 🙂

    • @KevinPowell
      @KevinPowell  6 лет назад +1

      Hah, that's awesome, glad my timing was so good Rob!

  • @abdessadekelaasri8862
    @abdessadekelaasri8862 2 года назад

    The best Teacher ever!! I have seen a lot of your videos and I don't think anyone loves CSS more than you do : )

  • @adanedhelbg
    @adanedhelbg 6 лет назад +4

    Just binged a few videos of yours - awesome work, man. Can't wait to see more from you :)

    • @KevinPowell
      @KevinPowell  6 лет назад +1

      So glad you're enjoying my content Kaloyan!

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

    It is like a magician revealing tricks of the trade!
    Nice work.

  • @BasicMike
    @BasicMike 2 года назад +2

    A really fantastic explaination of how to make shapes with CSS. I hope you'll produce a more extensive explaination on what you can do with clip-path and the difference between clip-path and clip-rule.

  • @recursionError344
    @recursionError344 6 лет назад +1

    Looked everywhere for a good explanation of polygon coordinates! Thank you :D

    • @KevinPowell
      @KevinPowell  6 лет назад

      Glad that this helped you out!

  • @marvinschulze6152
    @marvinschulze6152 6 лет назад +1

    great video men! I haven't seen any video about css as good in the last month

  • @incinerator7146
    @incinerator7146 5 лет назад +1

    just the perfect video i've been looking for ! your channel's amazing

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

    I could feel what you felt when you used the calc function and everything worked as expected. In addition, your "strategy" in your last example gave me some insights on how to use the calc() function.

  • @jnoah7537
    @jnoah7537 6 лет назад +1

    I was looking all over for this type of CSS Tut! You sir are the best!!!! 👍🏽 Thanks a lot for the knowledge.
    I'm going to be trying this out to expand my css arsenal

  • @christinejurewicz3057
    @christinejurewicz3057 6 лет назад +2

    Just what I needed for something I ran into recently. Thank you!

    • @KevinPowell
      @KevinPowell  6 лет назад +1

      Awesome, glad the timing was good Christine!

  • @Melvin420x12
    @Melvin420x12 6 лет назад +2

    Thanks for the video, loved it! It's so sad that we won't learn these kinds of things in the study I'm doing. ( Graphics Design ). It's all so incredibly basic stuff that you could learn in less than a month but spread in 3 years. Thanks to people like you I can step up my game without depending on my study and learn more than the basic properties!

    • @KevinPowell
      @KevinPowell  6 лет назад +1

      Really glad that I've been able to help Melvin! In Graphic Design, how much of what you're studying is dealing with the web specifically?

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

    Thank you for your response on the other video. On this one speak to you much more calmly.
    Keep going, you're doing a good job.

  • @Glow0110
    @Glow0110 5 лет назад +1

    so many useful gems in this video

  • @Fabian-_-
    @Fabian-_- 6 лет назад +1

    Exactly what I searched for long! Thank you so much :D

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

    This channel is GEM. Thank you so much :) :)

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

    you are such a genius... love your work...

  • @geralt9036
    @geralt9036 5 лет назад

    11:14 thank you for that!
    That's all I needed for this video
    Thanks! You're the only dev that's helping me to get to know around

  • @Devronization
    @Devronization 5 лет назад +1

    Fantastic video. Thanks a lot.

  • @XexusNH
    @XexusNH 2 года назад

    First time using code pen, that's a nice site. I added in a slow infinite animation and a transform rotate (100deg 80deg) to make the smile move back and forth. Silly, but fun :)
    I've been watching your videos for a few weeks now, makes me interested in web design again.

  • @blackpurple9163
    @blackpurple9163 Год назад

    Please continue this series, doesn't matter if it's 5 minutes or 10 or 15, your choice, but bring these back

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

    I love your method of explaining things, thanks!!!

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

    That's awesome ♥️♥️♥️
    Can you please make a video on making wavy templates using CSS3 & a detail about transform, z-index,skew & all...

  • @lloyd7miller
    @lloyd7miller 6 лет назад +17

    click-path: polygon with calc and vw is sickkk 👌

    • @KevinPowell
      @KevinPowell  6 лет назад

      Yeah, calc has so many awesome possibilities. Always fun finding cool stuff like this.

  • @martalost
    @martalost 5 лет назад +1

    Great video, your voice sees to be created to make educational videos, so good! I already used your tips this on my website and I love the effects. Thanks!

  • @chandrakant6283
    @chandrakant6283 2 года назад

    Absolutely amazing information. I find clip-path fascinating to use in my design, it's just the browser support that keeps me from abusing it to form complex shapes.

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

    Thank you kevin! we love your contents please keep up with good work

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

    Learned something new..... Thank You...!

  • @ben-cb5er
    @ben-cb5er 3 года назад

    When it comes to anything related to css you are god lol 🙌 thank you! Great video and please do more on grid layouts 🙏

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

    Very cool tips. Thank you Kevin :)

  • @jamesrosemary2932
    @jamesrosemary2932 5 лет назад +1

    The use of calc() was clever ;)

  • @swatichoudhary1008
    @swatichoudhary1008 Год назад

    You videos are really worthy.Learnt so much and still learning.Thank you

  • @southgecko3653
    @southgecko3653 5 лет назад +3

    Thank you for this video. This has been incredibly helpful

  • @jacquesduplessis6175
    @jacquesduplessis6175 5 лет назад +1

    Nice video, thanks!

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

    This is so great for a beginner like me Kevin.

  • @malangope
    @malangope 5 лет назад

    Regarding the angle shape between the sections at the end, if you want IE support you could use borders instead. Something like this:
    .wedge {
    background: #5B5F97;
    border-width:0 0 10vw 100vw;
    border-style:solid;
    border-color:transparent #FF6B6C #FF6B6C transparent;
    }

  • @spaceghost7807
    @spaceghost7807 2 года назад

    Thanks man! I needed this!

  • @SamuelRamirezTijuana
    @SamuelRamirezTijuana 5 лет назад

    I like You and I love what you do... so I'm becoming a Patron of yours. Hope more people show their admiration to your work and gratitude for you knowledge sharing by being patrons also. Keep it up Kevin.

    • @KevinPowell
      @KevinPowell  5 лет назад

      Thanks so much Samuel! Very appreciated!

  • @fhkodama
    @fhkodama 2 года назад

    Kevin, you are awesome! Congratulations on your incredible work and to being such a nice guy! :)

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

    I was lucky to find this channel!!
    thank you, Kevin.

  • @nevildst
    @nevildst 6 лет назад +2

    Awesome work, Kevin. Thanks for everything :)

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

    Super cool and well explained! Thanks!!

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

    Firefox has a really awesome feature in their dev tools like their grid dev tools , where you can click on a clip-path icon and shows you all the points in your clip path and you can drag the points around to see different shapes ...

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

      Also, you can actually double click anywhere on the perimeter of your shape and add in new points to alter the shape .

  • @dimtodim
    @dimtodim 5 лет назад +1

    great job man :) very helpful

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

    Really like this one! Thanks 😀

  • @ShadiMuhammad
    @ShadiMuhammad 6 лет назад +1

    Thanks a lot Kevin, I like your tutorials too much.
    keep going. 👌

  • @moizkhalid2714
    @moizkhalid2714 5 лет назад +2

    wow. Your Videos Are So Informative. Love your Videos.

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

    Wow, now I know how they do it, gonna try . Thank you!

  • @raphaelandrade555
    @raphaelandrade555 2 года назад

    Thank you, man! Helped a lot, i owe you a coffee

  • @terrap0b_ps995
    @terrap0b_ps995 2 года назад

    Kevin is my go to guy for CSS always!

  • @AntonSlavik
    @AntonSlavik 6 лет назад +6

    Awesome! I'm crap and making things look nice (in the 2010s) and I design my own business website once every year or so, which always looks.... boxy. This helps a lot.

  • @AshishKumar-ed1ru
    @AshishKumar-ed1ru 6 лет назад

    Awesome man, you are my mentor you show so much efforts towards teaching has those topics that are faded away in process of learning web development and design. Thanks a ton !!

    • @KevinPowell
      @KevinPowell  6 лет назад

      No problem at all, super glad to have been able to help 😁

  • @GulfJobSeeker_Vacancies
    @GulfJobSeeker_Vacancies 2 года назад

    You are a very good teacher. In video you said why do they keep hyper link underline by default. They did that to differentiate between text and hyperlinks or else it will be difficult to differntiate.

  • @thefaredevil
    @thefaredevil 5 лет назад +2

    Brilliant video! Very informative and to the point

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

    I know you know this but. Love your videos learning a lot thanks for the info
    #main{
    position:absolute;
    left:10%;
    top:10%;
    width:40%;
    height:80%;
    background-color:orange;
    background-image:linear-gradient(45deg,black 50%, transparent 0),
    linear-gradient(-45deg,transparent 50%, rgb(60,60,60) 0);
    background-size:100% 100%, 100% 100%;
    background-position:50%,50%;
    }

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

    Thank u so much for this video, love from Bangladesh 😍.
    Subscribe done!

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

    Great work! You got my subscribe!

  • @airlobster2
    @airlobster2 5 лет назад

    clip-path is awesome! I also discovered another cool thing: I needed to created a down-arrow shape which also needs to stretch vertically. obviously I used an arrow shape polygon. however, the arrow's triangle part looks horrible when stretched. So....here is what I've done: clip-path: polygon(
    20% 0%,
    80% 0%,
    80% calc(100% - 15px),
    100% calc(100% - 15px),
    50% 100%,
    0% calc(100% - 15px),
    20% calc(100% - 15px)
    );
    works like a charm!

  • @andrewt248
    @andrewt248 6 лет назад

    I didn’t really look to see if this has been suggested yet, but you could do your normal layout and then wrap your clip-path-specific styles (including things like the negative margin) in an @supports (clip-path: polygon(0 0)) { block }.

  • @Konstantah888
    @Konstantah888 5 лет назад +1

    Very useful video, thanks a lot! Gonna try it out on my projects.

  • @vishavaroraYT
    @vishavaroraYT 6 лет назад +12

    do more videos on css tricks etc... i really enjoyed it.. subbed

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

    Hi Kevin, first of all thanks for all your great content. I'm learning so much from you! I recently found a video where i found a different way to make shapes using a chrome extension called shapes where you can manipulate images and copy paste the paramaters into your code. this works very nice with shape-outside and then pasting in the polygon paramaters.

  • @adamwright8050
    @adamwright8050 5 лет назад +1

    Thanks a lot :) I’ve been trying to find a simple way to get the exact angle you are using on the background clip path in the first section so I can slide a logo coming from behind it and then back behind it on scroll. Thanks a lot dude nice vid! 👍👍👍👍

  • @44turtlepower
    @44turtlepower 2 года назад

    Thanks, Kevin! Very cool, and very helpful.

  • @CarlosGomes-yc3nm
    @CarlosGomes-yc3nm 3 года назад +1

    This is so amazing! Thanks!

  • @unfairracing8113
    @unfairracing8113 5 лет назад +1

    awesome tutorial as always, thank you

  • @miscany
    @miscany 2 года назад

    I learned so much in so little time, and I was not bored. I love your voice man (no homo of course).

  • @betheprogrammer5359
    @betheprogrammer5359 5 лет назад +2

    thanks kevin for unique shapes

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

    Awesome content! keep it up!

  • @nellywasti3290
    @nellywasti3290 2 года назад

    Thank you so much for your way of teaching i really enjoy it .. Thank you

  • @Osedread
    @Osedread 6 лет назад +18

    A couple of days ago I was googling how to do this and some info about Adobe Xd, and you randomly appeared on my youtube feed.
    Amazing work, keep it up!

    • @KevinPowell
      @KevinPowell  6 лет назад +1

      Thanks a lot. Google is spooky like that sometimes, lol.

    • @nicdemus-rc7gc
      @nicdemus-rc7gc 5 лет назад

      Not random,...google literally listens to you through your computer....google it, it's true...

  • @atwarwithlife
    @atwarwithlife 2 года назад

    such a lifesaver. thank you!

  • @grantphix
    @grantphix 2 года назад

    Thanks for these wonderful videos.

  • @binodrd5943
    @binodrd5943 5 лет назад +1

    Thank you for sharing useful CSS Tricks. But how to put border outside shape? I tried many times but I couldn't do. Please also make some video about Polygon Border. Thank you!

    • @KevinPowell
      @KevinPowell  5 лет назад +1

      It won't really work... You'd probably want to go with an SVG if you need a border on it.

    • @silenux7419
      @silenux7419 5 лет назад +1

      You can't do that normally. But there are ways to achieve it.
      stackoverflow.com/questions/31854185/how-to-add-border-in-my-clip-path-polygon-css-style

  • @Alessandro-nq3tm
    @Alessandro-nq3tm 5 лет назад +2

    I've just discovered your channel thank you for your work is amazing

  • @ARTICFR0ST
    @ARTICFR0ST 5 лет назад +1

    Thanks for this, was looking around for it.

  • @lambo-ca
    @lambo-ca 4 года назад

    Thanks for the last one.

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

    cool stuff.Thank you sir.

  • @SuperIraq1234
    @SuperIraq1234 5 лет назад +1

    Thank you for this video.

  • @tomd5678
    @tomd5678 6 лет назад +1

    Very interesting - useful

  • @tristanforward9094
    @tristanforward9094 6 лет назад +1

    Thanks Kevin your note about content: ""; is super helpful!

  • @NikolaZagorac
    @NikolaZagorac 5 лет назад

    There is a simpler way to put text in the vertical center, just set the line-height to the height of the container

    • @KevinPowell
      @KevinPowell  5 лет назад

      As long as you have only one line of text :) - The problem with that is it's a 'magic number', meaning that number only works in that exact situation. That said, I have used it :)

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

    This what I am looking for 🤩😍😍

  • @nikhiltyagi1080
    @nikhiltyagi1080 6 лет назад

    Thank you so much! Best channel on youtube!!

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

    Great learning, thanks for such a wonderful video ☺️👍👌👌👌

  • @larry.lam.
    @larry.lam. 5 лет назад +1

    Amazing, thank you !

  • @rofa2045
    @rofa2045 6 лет назад +1

    Thank you Kevin ♥

  • @preetamvarun9219
    @preetamvarun9219 2 года назад

    Thanks for the tutorial!

  • @HeshamElQuerm
    @HeshamElQuerm 6 лет назад +1

    Such a helpful video.. great to catch up with you
    I just wonder where do you live? Coz your 'lovely clear' accent is not pure-american.. :)
    Love from Egypt