Linked Questions

1 vote
2 answers
3k views

Just a quick question. I need to achieve this shape for a container element ( it will have some child elements like a menu and some details) The only thing I can think of is a polygon like this: ....
eddy's user avatar
  • 4,413
0 votes
1 answer
1k views

I am experimenting with a navigation bar and currently using a clip-path: polygon for my links. Ideally I would want to round out my top-left corner. I've been searching for a minute, but couldn't ...
Giannis Sioutis's user avatar
0 votes
1 answer
885 views

I need to create custom shapes for a client project. They are expecting responsive rounded divs. For that, we try using clip path in combination with svg filter to round the edges. Figma file ...
simonm's user avatar
  • 1
2 votes
2 answers
210 views

I'm working on creating a CSS button with these specific requirements: Rectangular body with smoothly rounded corners. Triangular arrow tip on the right side. The arrow tip should have a fixed width ...
janwys's user avatar
  • 49
0 votes
0 answers
50 views

I have the image below. How can I add rounded corner to a polygon image clip like this? img { max-width: 400px; clip-path: polygon(0% 0%, 50% 0, 89% 50%, 50% 100%, 0% 100%); border-radius: ...
Behseini's user avatar
  • 6,336
1 vote
0 answers
49 views

I need to create a parallelogram with rounded corners. I'm using clip-path, but haven't been able to round the corners so far. Here's my code, any help is appreciated. Thank you! .parallelogram { ...
Ghers Fisman's user avatar
0 votes
0 answers
32 views

Is there a way to smoothen the curve of the clipped button using clip path? Here's the code: div { padding: 56px 96px; } .clipped-btn { border-radius: 8px; padding: 16px 32px; clip-path: ...
fmsthird's user avatar
  • 1,883
74 votes
10 answers
121k views

I'd like to achieve a custom-colored shape like this using no Javascript: Currently I'm overlaying an image of the 'frame' over an orange rectangular div, but this is pretty hacky. I suppose I could ...
Murray Rowan's user avatar
  • 3,725
4 votes
1 answer
4k views

Hello, I'm trying to build the breadcrumb shown in the picture I've reviewed tons of solutions for the breadcrumbs but none of them could make rounded corners, so I decided to use clip-paths. here is ...
Nami Poorsafargholi's user avatar
1 vote
1 answer
3k views

I have a project where I need to create a certain type of card. These cards contain a gradient background when hovered over. I have added a before item that is shown when the item is hovered over. In ...
Stephen's user avatar
  • 1,213
0 votes
3 answers
622 views

Is it possible to set only two rounded corners of a button in nativescript ? I am not sure if specifying radius as a css property would work, since radius rounds all the four corners, while I can't ...
basum's user avatar
  • 319
0 votes
1 answer
717 views

I am trying to make an L shaped div in css and it have a couple things that I cant figure out. I want it to have rounded edges, be clickable inside the div but not inside missing edge (not sure if ...
ABpositive's user avatar
1 vote
1 answer
332 views

trying to achieve something similar to the below with CSS. The icon itself I currently have it looking like this: Code looks as follows: .homepage-wrapper { border: 1px solid #d07028; width: ...
Sami.C's user avatar
  • 751
0 votes
0 answers
371 views

I need to clip/crop an image from a rectangle shape to a shape shown in the screenshot below. I am using clip-path on an SVG image, but am unable to crop/clip in the desired shape. How can I clip/crop ...
Ian Bell's user avatar
  • 573
0 votes
1 answer
198 views

I'm trying to generate a clip path for my project. it should look like this: The corners should be curved. Can someone help me do this? Here's what I did: <div class="logo"></div> <...
Ritik's user avatar
  • 132

15 30 50 per page