Skip to main content
0 votes
2 answers
72 views

I have a fixed element at the top of my page, a vector logo. Further down the page, I have a large vector element. They are both the same colour. When the logo passes over the second element, I want ...
Crimson in Capitals's user avatar
0 votes
1 answer
192 views

I am trying to achieve one shape(like below). I have taken the shape code from https://css-shape.com/inverted-radius/ But, the problem I am facing is with the border, I need to add border to my shape,...
Twinkle's user avatar
  • 107
1 vote
2 answers
118 views

I have an image that has a -webkit-mask applied to it, and I need to apply a border to the resulting shape. Unfortunately, the mask breaks the border. How do I apply a border around the entirety of ...
s15199d's user avatar
  • 7,829
1 vote
1 answer
163 views

The mask-image or the mask-mode is not working on Safari. (working version) chrome: (not working) safari: The code below is from an answer submitted by user "herrstrietzel" in a previous ...
base's user avatar
  • 123
0 votes
0 answers
87 views

this is the code: <div class="mask1"> <video id="slowMotionVideo" width="700" loop autoplay muted> <source src="flames-video.mp4" ...
Heinz's user avatar
  • 143
0 votes
1 answer
107 views

I use SVG for backgroundclipping. It is very nice, except on a very long container. If the container is too long, the edges will become jagged. Is there a reason and solution for this? It must be a ...
Wim Groen's user avatar
3 votes
2 answers
103 views

I try to create a HTML/CSS/JS funnel graph, with a simple front-end structure, in order to do so, I place funnel segments as a flex row: document.addEventListener( 'DOMContentLoaded', function() { ...
Lucas FAURE's user avatar
2 votes
0 answers
128 views

I figured that if I have a mask with a black area and a white area, then the pixels corresponding to the black area become transparent, while those corresponding to the white area stay opaque. Except ...
Ana's user avatar
  • 37.6k
2 votes
2 answers
543 views

I'm trying to create a block with a smooth, curved cut-out in the top-right corner, similar to the image below: Currently, my implementation looks like this: As you can see, the current curve is not ...
Alex Nikolsky's user avatar
1 vote
1 answer
70 views

I have multiple images that I'd love to have the exact same size of an corner cut-out (like of you were to fold a corner of a page). I've tried using polygon(), but when an image isn't the same ...
Awktopus's user avatar
0 votes
2 answers
129 views

Is it possible to make a div border masked in a specific place like in the picture above? Some kind of div masks another div without setting a background-color (because the background of a whole site ...
Adam's user avatar
  • 11
1 vote
1 answer
146 views

Using this generator I can create the wavy border I'm after on either the top and bottom or left and right, but I'm having trouble combining these masks to create a wavy border all the way around. Top ...
Josh Mountain's user avatar
1 vote
1 answer
72 views

I am working on a project that has a contact-us button. This button requires a status indication. I've read the following article that shows a status indication on a avatar image. The cool thing about ...
Tom Roche's user avatar
0 votes
1 answer
59 views

I'm doing some custom coding in Squarespace. I am having a strange thing happen that I've never seen before. I am trying to add a hard-stop gradient mask to a div (textbox) so that I can create a wavy ...
Hex1189's user avatar
  • 29
0 votes
1 answer
168 views

Is there a (Cross browser (no IE)) way to clip the top right corner of an dynamically sized image with this svg? In the worst case, I can use a fixed aspect ratio, but I prefer it to be as flexible as ...
Yonivh's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
8