Lukáš Chylik
Lukáš Chylik
KPCKevin Powell - Community
Created by Lukáš Chylik on 10/20/2024 in #front-end
backdrop-filter
Thanks
16 replies
KPCKevin Powell - Community
Created by Eric Brüggemann on 9/6/2024 in #front-end
Vertically align characters in different elements
yes, that is true, but you can use pointer-events: none; or you can create data attribute for handle content using pseudo element unselectable content https://codepen.io/luko248/pen/jOgExrm?editors=1100
22 replies
KPCKevin Powell - Community
Created by corizon. on 9/25/2024 in #front-end
How do I achieve this?
that's true, but you need to crop some path out of some svg definition so putting a white svg on the top of the white section is probably easier. @corizon. You can use this: https://getwaves.io/ , or as @ἔρως says, use clip-path: https://www.sarasoueidan.com/blog/css-svg-clipping/.
5 replies
KPCKevin Powell - Community
Created by Eric Brüggemann on 9/6/2024 in #front-end
Vertically align characters in different elements
for this case, set line-height to 1.
22 replies
KPCKevin Powell - Community
Created by Eric Brüggemann on 9/6/2024 in #front-end
Vertically align characters in different elements
display: grid; place-items: center; 🙂
22 replies
KPCKevin Powell - Community
Created by Brightie on 9/24/2024 in #front-end
Transition on modal.close()
It work properly on chromium browsers, safari and firefox have some issues for now. We will se, what they do with that in the future.
29 replies
KPCKevin Powell - Community
Created by Brightie on 9/24/2024 in #front-end
Transition on modal.close()
Transition on opacity will not work, becausw your component change state from display:none to display: block and you can’t use transition on display property 🙂 here is codepen which will solve your problem 🙂 https://codepen.io/luko248/pen/ZENpoyW enjoy
29 replies