Загрузка видео...

Не удалось загрузить видео

На главную

is it the mask you want?

207,507 просмотров • 1 год назад •via X (Twitter)

Комментарии: 10

Фото профиля DaMommyy
DaMommyy1 год назад

@BryanKirks i can’t take anymore of this

Фото профиля r໐๖ ค ๖คຖk fน¢k ๓i¢kēฯ ๓໐นŞē
r໐๖ ค ๖คຖk fน¢k ๓i¢kēฯ ๓໐นŞē1 год назад

@BryanKirks This is the longest goddamn edging session in the history of forever

Фото профиля nat
nat1 год назад

@BryanKirks kingdom of cards tease

Фото профиля Slipknot Brasil
Slipknot Brasil1 год назад

@BryanKirks vcs lembram que tem que estar aqui domingo né vidas?

Фото профиля ev
ev1 год назад

@BryanKirks Dark romance girlies are here and unwell

Фото профиля adeli.
adeli.1 год назад

@BryanKirks love it!

Фото профиля :)
:)1 год назад

@BryanKirks IDK HOW MANY MORE GOODBYE FRIENDS I CAN TAKE

Фото профиля gio Ꙩ⋆.˚
gio Ꙩ⋆.˚1 год назад

@BryanKirks we wanna know when the band will arrive in brazil

Фото профиля Haylie Hope Less
Haylie Hope Less1 год назад

@BryanKirks

Фото профиля kian 𖤐🍉
kian 𖤐🍉1 год назад

@BryanKirks KILLING MYSELF

Похожие видео

CSS Trick! 🤙 You can create gradient borders on translucent elements using mask-clip and mask-composite with a pseudo-element 🔥 .gradient-border::after { mask-clip: padding-box, border-box; mask-composite: intersect; mask: linear-gradient(transparent, transparent), linear-gradient(white, white); } It's the same "Transparent border trick" from before. But, now you apply it to a pseudo-element 😎 The trick is to create a pseudo-element with a gradient background and then mask it so we only see the part we want, the border ✨ mask-clip defines the area affected by a mask. Similar to how you can define background-size. Using padding-box and border-box constrains the two masks. mask-composite is the magic part ✨ It defines a compositing operation for stacked mask layers. Using intersect means that the parts that overlap get replaced. And this seems to work in all browsers 🙌 As for the rest of the styles... – Make sure you set pointer-events: none on the pseudo-element – Make sure it fills the parent element. You can use position: absolute and inset: 0 – Make sure the background fills the space including the border-width. You can use calc to achieve that: --bg-size: calc(100% + (2px * var(--border))); background: var(--gradient) center center / var(--bg-size) var(--bg-size); That's it! 🚀 Gradient borders on translucent elements. You can set all the backdrop-filter: blur() you like! 😅 CodePen.IO link below! 👇

jhey ʕ•ᴥ•ʔ

269,739 просмотров • 2 лет назад