Guest Posted April 27, 2022 Share Posted April 27, 2022 Site URL: https://oarfish-primrose-myer.squarespace.com/ PW: Filiz I used this CSS to create a border, but when the screensize changes, the radius changes and you can't see the black border on the top of the image. .sqs-image-shape-container-element { border: 1px solid black; border-top-left-radius:10.5em; border-top-right-radius:10.6em; } How can I imitate the shape that is already there, so the border adjusts itself no matter what screen size? Thank you. Link to comment
Guest Posted April 27, 2022 Share Posted April 27, 2022 UPDATE: https://etoile-lovers-mag.squarespace.com/ changed domain for this site... Thank you. Link to comment
tuanphan Posted April 30, 2022 Share Posted April 30, 2022 What is access password... Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted April 30, 2022 Share Posted April 30, 2022 1 hour ago, tuanphan said: What is access password... PW: Filiz Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 Try change your code to .image-inset { border: 1px solid #000; border-top-left-radius: 15.5em; border-top-right-radius: 15.6em; overflow: visible !important; } .image-inset img { border-top-left-radius: 15.5em; border-top-right-radius: 15.6em; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment