css-border-radius

How to make a negative rounded corner to put on the tab of a button?

Would be rounded corners outside the button: | | __________ / <---- em cima (usando cláusu ... | See this JSFiddle example, I'd like to round the outside. I'm trying to follow some patterns like this example.

Why does my border-image not respect the border-radius?

I'm using a linear-gradient as border-imagem in an element, but that way the edge doesn't respect the border-radius I put in ... ; border-image-slice: 1; border-radius: 20px; box-shadow: 0 0 0 1px green; } <div class="box"></div>

Rounding table edges CSS3

Good Morning folks, I'm trying to round the edges of a table I'm using, but I can't change either the css file or the style t ... background-color: #f5f5f5; text-align: center; } #title_list_patient { margin-right: 1em; color: #346789; }

Circle with curved edge

I was tasked with making a website, and I'm having a hard time doing a detail in CSS I need to make a round border that has ... ss="circle"></div> <div class="circle"></div> <div class="circle"></div> </div>

border radius color in 2 colors

I'm trying to put 2 Border colors with border radius but I can't. The goal is to stay like this: But I can only leave it li ... 3px solid rgb(75, 87, 100); border-left: 3px solid rgb(233, 128, 99); border-top: 3px solid rgb(233, 128, 99); padding: 1px;