The border property you never knew you needed

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

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

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

    This is borderline fantastic

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

      🥁

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

      This comment should be pinned for posterity :P

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

      🤣💪🏾🔥😎

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

      No, this is borderline godtier. Saying borderline fantastic is the same as saying barely fantastic

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

      @@OLDACCOUNT_notfireman okay Shakespeare

  • @Luxalpa
    @Luxalpa 9 หลายเดือนก่อน +6

    5:38 "This isn't what you'd think it is" - that's a great description of CSS properties in general!

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

    I have just implemented the transparent gradient border in my website thanks to you! Awesome! I actually use it in an :after element behind the semi-transparent background for my articles with the z-index set to -1. 😃

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

    This is so cool. I want to see more of these little design hacks for common designs patterns.

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

    I couldn't figure out why it wasn't working, but of course coming to a Kevin Powell video you learn exactly what you need

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

    Damn .. been searching all over the place for gradient borders.. I just used to add multiple backgrounds with proper positioning and size to emulate gradient borders.. or just layer ::before to get gradient border..
    This was too informative
    Love you bro

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

    Nice content Kevin
    I also used gradient borders in some of my recent projects
    One drawback is that it doesn't work with border radius

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

    KP CSS Tutorials as it's finest. ☝️🙌

  • @ДианаДиана-с1г
    @ДианаДиана-с1г 2 ปีที่แล้ว

    Perfect, I am coding my small project now, as I am not a designer i try to make things look simple, but i always want to add some artistic touch to them. The transparent border is something i need)

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

    for gradient border i always use background: linear-gradient and changing border to transparent.
    background:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(to right, #9c20aa, #fb3570) border-box;
    border: 10px solid transparent;
    first linear-gradient is basically your background color to fill only the padding box while sitting on a second linear gradient which is the gradient that fills to the whole border area.

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

      Hey quick question, How do you make the border show up inside the box? Like an inner frame of a Tarot Card? 🙏

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

      @@Way_Of_The_Light I only know how to do it with solid colors with box-shadow inset... Or a negative outline-offset.. creating a pseudo element sortof works too(by making width and height smaller than the parent)...

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

      @@Way_Of_The_Light You can have two borders actually. You can use outline as a second border around it.

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

      I see, Thanks for the answers guys 🙏

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

    css used to stress me out, this channel makes it much less scary and confusing

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

    Last time I use border-image when it was as an exercise in a paper tutorial book and it was almost useless in real world. But now, with a gradient, that might be usable! Thanks!!

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

    that was some pretty slick border action. I need to inject this knowledge into the designers at work so they only design based off the things I already know ha

  • @giorgiteliashvili5268
    @giorgiteliashvili5268 9 หลายเดือนก่อน +1

    Thanks for your explanation, very clear and helpful, fantastic!

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

    4:24 - "I mucked up my bottom a little bit"
    I do that from time to time - it's fine

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

    Man you just saved my life with this tutorial
    Thanks a lot

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

    Amazing!!
    You make me fall in love with css!

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

    Holy crap this is mindblowing. Thank you! I'm going to mess around with this on my current project.

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

    The first 30 seconds are enough to make me feel oooooooooooooold

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

    I use these to put 'Final Fantasy 7'-style borders around UI elements on my Twitch streams. They're great!

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

    this was great. was able to use it immediately at work. Thanks

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

    I like that that CSS property now exists.
    ("that that" isn't a typo, it is weird grammar in English)

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

    Get well soon Kevin!
    Great content as always!

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

    Omigosh! I didn't know this was doable! This video would have helped when I needed to do a gradient border a while back. Dang. Haha.

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

    This is amazing! Thanks @Kevin

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

    enjoyed the examples at the end.. just wow

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

    THANK YOU SO MUCH FOR THIS VIDEO

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

    Welcome to the styling side!!

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

    Really fantastic thing from border image, thanks for sharing my friend

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

    i almost always learn something new, thanks!

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

    I really enjoy your tutorials, voice and positive energy, God bless you brother🙏💙

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

    You just saved me some serious design headache (Y)

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

    border-image is like that one candy on the bottom of the package - you don't really expect so much from it, its name is kind of boring and not really promising, but when you unwrap it, you realize - it is the most delicious candy of all times

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

    🤩🤩🤩🤩 ty for making css awesome

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

    Your video contents are top notch Sir . Thanks.

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

    Excellent video, never used borders like that and I think I will start using it from now on ^_^

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

    Remember when border-radius wasn't a thing and everything had a gif border-image? Pepperidge farm remembers.

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

    lol saved me hours with that mozilla border image generator

  • @j.almadhaji
    @j.almadhaji 2 ปีที่แล้ว

    Well, that's new
    Thank you Kevin

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

    This is really cool. Thank you sir!

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

    These videos should be paid

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

    amazing video, thank you!

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

    Thanks for that, I didn't known about border-image

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

    I think this is the only video about this subject in the internet

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

    great video! Thanks kevin!

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

    great explanation Kevin ♥
    so could you provide us a tutorial about : circular progress border using CSS

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

      We could do something fun with that!

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

      @@KevinPowell thanks a lot for that

  • @GauravKumar-ue7nz
    @GauravKumar-ue7nz ปีที่แล้ว

    Thanks Kevin

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

    I've been stuck trying to figure out an animated border-gradient with a Border radius while keeping a transparent background. I've seen ur animated border gradient video but with that method it looked like you need a 'background' for the card at the front to hide the gradient thats behind it.
    Is there a way to make an animated border with round corners? The SVG videos gave me the impression the gradient cannot be done in the CSS only in HTML, am I understanding that right?

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

    Thanks for the video. Good stuff. Would this be a good use case for throwing a loading "spinner" on a button? I played around a bit and think the Gradient Example 2 approach with an animation altering the deg would make it look like a loading bar and perfect for a button. Throw the loading class on the button when it is clicked, and remove that class when the process is finished.

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

      yeah that's what i was thinking too, especially with example three with a rotate animation

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

    Thanks! Very useful, as usual.

  • @Kiev-in-3-days
    @Kiev-in-3-days 2 ปีที่แล้ว

    "The border property you never knew you needed"
    My negative side: "May be because we actually didn't need it?"
    My other side: "Just watch and shut up. You might actually happily use that one day".

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

    Very useful video, thanks

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

    wow >> you are amazing

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

    Very beautiful.

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

    How about the gradient border with radius? And transparent background also.

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

    Mind blowing and really beautiful:)

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

    I wonder if you design straight in css and hrml or still use figma?

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

    Great video 🙏🏾🖤

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

    If am using border gradient doesn't support border radius. Any solution for this i dont want background-image gradient with border radius.

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

    Would this CSS work when creating an image border?
    I've tried it and it does NOT seem to work for an image. For some reason it does not bring in the image even though I tested the URL in a browser and that does open the image.

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

    How does this interact with border-radius, and how many of these properties are animatable?

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

    Still looking forward to the day when border-image becomes compatible with border radius ;-;

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

    its work thx brother 🙏

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

    Awesome video!!!

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

    genius! thx a lot

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

    Could you use container queries to make slice more dynamic?

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

    Hi Kevin, great video. I have a question, is it possible to do the last border and both sides?

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

    Nice video will help me in my next Website 👍

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

    Hello! thanks for the video, very help full! which is the right size for an image not to pixel when using this property?

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

    Thanks 👍

  • @Rajendrakumar-zu4st
    @Rajendrakumar-zu4st ปีที่แล้ว

    how to give border radius while using the linear gradient one?

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

    How can I do the property of border-radius? when I give the border radius it effects the background color not linear-gradient border

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

      No border radius with the images sadly, you'd have to set the corners of the image up to be rounded

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

      @@KevinPowell but I am using linear gradient color for border, not image

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

    Watching you makes me want to ditch tailwind and just use css

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

      That just made my day 😅

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

    This was great! I am curious however on how you'd mix this with adding a border radius as well. It seems that the two "fight" one another.

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

      Yeah it's one or the other with border-image :)

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

      @@KevinPowell Thank you for this video and for your response. Also, I was the guy who emailed you last week about this very topic. This channel is awesome!

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

      right now if you want a round corner it would have to be included as part of the image. I have a github issue open with the CSSWG on making gradient border-image with work with border-radius.

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

    If you used "fill", would there be a lime green semicircle in the top left?

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

    Such a cool things~ thx

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

    Can you please explain how it works for circular divs or images.

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

    Cool !! 💯💯💯

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

    Nice!!! Thx!

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

    how to make curve border top left corner in example 3, because border radius isn't working and i don't know why

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

      Can't use this and border radius, it's one or the other sadly... So you need to have the corners round in the image itself

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

      @@KevinPowell ok thanks amazing channel btw :)

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

    I've needed something akin to the radial gradient tip at the end, where you want something similar to 'mounting corners' in a photo album. Adjusting the stops to give a hard start to the transparency would be perfect!

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

    It seems like its not possible for border-image to work if you have border-radius on your telement. Or well, the border-image work but it does not follow the shape of the element...

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

      Yeah it's one or the other, but you're image can have round corners if your already going down that route

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

    Using border-image was pretty common before CSS3

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

    This is brilliant, and very timely for a project I'm working on right now. However I'm struggling a little - I'm using a png with a design on a white background for border image, but my border seems to get a small gradient. I can't work out why or how to remove it. Any advice please?

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

      Don't worry. I fixed it. Only took 2 hours! The gradient was a box shadow from the div above. Obvs really.

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

    ✨ magic ✨

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

    how can i make it circle, i mean does border-radius work on that ????

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

    But how do you do it on rounded corners?

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

    Hey quick question, How do you make the border show up inside the box? Like an inner frame of a Tarot Card? 🙏

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

      The image source could have a transparent gap on the outside for the spacing you want there, and then the image/pattern is inset a little bit, then it's just playing with the slicing

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

      @@KevinPowell I see, thank you so much for replying 🙏

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

    Good stuff

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

    I love it

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

    Would it not be better to pre-slice the corner in Photoshop, and use that as the border-image instead of the full thing? It seems to just mirror the corner over and over to create the border so why not save on resources?

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

      the browser does the slicing for you. These border-image-sources don't tend to be so large that the repetition really causes an issue.

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

      Like captuhu said, as long as the image isn't some giant, bloated image that you're using for no reason, I don't really see the need to pre-slice it. You'll hopefully have a pretty optimized image to start with. I'd start with general image optimization, and if I was really needing to cut down a few more kb, then sure.

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

      also SVG is your best friend for these images. Super small file size and they scale well so you don't need to tweak them for 2x , 3x

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

    How do we use border-radius with a gradient border? Anyone got any idea or is it simply not possible (yet)?

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

    Here's a fun "highlight the corners" snip-it. Setup your own color and the transparent percents can tune how quick it fades out on each corner. The "to" keeps it pointed at the other corner if your container changes size.
    border: 0.3rem solid;
    border-image-source: linear-gradient(
    to bottom right,
    $color,
    transparent 30%,
    transparent 80%,
    darken($color, 10%)
    );
    border-image-slice: 1;

  • @kbhkv-kbshkv
    @kbhkv-kbshkv 10 หลายเดือนก่อน

    What about border-radius with this properties?

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

    why border radius doesn't apply to this?

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

    Who does your back-end?

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

    how to do it for rounded borders

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

    Also known as a 9 slice on video games 🔥

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

    Why this is not working correctly in safari browser?

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

    dang, u r wizard