how I get this radius?

How I get this border radius
No description
6 Replies
Stephin Maju
Stephin Maju8mo ago
Anyone know how to do this?
MarkBoots
MarkBoots8mo ago
by using pseudo elements and/or a clip-path/mask
Israr
Israr8mo ago
clip-path: polygon(30% 0, 73% 0, 100% 100%, 0% 100%);
clip-path: polygon(30% 0, 73% 0, 100% 100%, 0% 100%);
Stephin Maju
Stephin Maju8mo ago
Thank you guys @Israr @MarkBoots
Israr
Israr8mo ago
welcome you can create these shapes easily here https://bennettfeely.com/clippy/ and copy paste the code in you css
Stephin Maju
Stephin Maju7mo ago
Nice bro
Want results from more Discord servers?
Add your server
More Posts
How to update Mongodb?I'm new to dev and I keep getting the errors as below: [Error] Origin https://db-test-89x.pages.dev handling image heights using img/src/sizes with object-fit: cover to overflow widthI have images with object-fit: cover that I need to be full screen images, how can I optimize my imaSvelte routes +page/+layout and src/lib/componentsI'm messing around with portfolio ideas and am trying to figure out how to get the damn navbar linksIssue with `display: column` with an absolute positioned elementI need help! I'm trying to avoid using `Masonry.js` library bc I have a simple page for testimonialsMy .gitignore getting ignored when I try to perform git pushYou can see my file structure of my React project and its .gitignore file in the attached pictures. Looking for info on how to add animations to a page load in Sveltekit.Open up a webpage and upon that initial load, the navbar transitions in 1 word at a time "home" then{% extends.. block body} is it standard to use or not?Is it standard to use % extends, block body, end block like in the code below(copied from cs50 videoHow can I make a sticky, pill-shaped button that expands on click to show more navigation links?Found Nav while searching for inspiration and thought to attempt to recreate it. Turned out to be moPositioning and resizing SVG's?https://codepen.io/pen/ My goal here is to have this be much larger, and act as a background image,Fetch Confusion```JS fetch('https://jsonplaceholder.typicode.com/users') .then((response) => { return respons