English 中文(简体)
我怎么能够像在画面上那样,用 c子打一波边界?
原标题:How can I make a rounded wave border like in the picture using css?
  • 时间:2024-01-10 09:55:11
  •  标签:
  • html
  • css
  • sass

The right side of the image is the problem, I can t make the border a wave like it. I want it to curve but not symmetrically.

“Wave

这是最接近的I got():

“Wave

.box {
  --mask:
    radial-gradient(223.61px at calc(100% - 300.00px) 50%,#000 99%,#0000 101%) 0 calc(50% - 200px)/100% 400px,
    radial-gradient(223.61px at calc(100% + 200.00px) 50%,#0000 99%,#000 101%) calc(100% - 100px) 50%/100% 400px repeat-y;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}
问题回答

Try to use pornography-image property: https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image

你们可以使用一种 image光形象,掌握你们所需要的准确形象。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签