Search code examples
htmlcssemail-templates

how to create UI like below in HTML


add background like this

.leftside {
padding: 16px;
background-color: #0E1E2B;
border-bottom-left-radius: 50%;

}`

I made a design for a website page and I want to add the background above in the header using HTML and CSS. in this same background I also added it right-side, here I'm adding the CSS code that I tried. I can not understand how to create a background like this!


Solution

  • Use clip-path. This site generate some figures. Site link: https://bennettfeely.com/clippy/