Most voted "css-border-radius" questions
9 questions
Sort by count of
-
15
votes1
answer214
viewsIs it possible to make a text box with negative border Radius?
I would like to do this negative curve using CSS or Jquery, it is possible?
-
11
votes2
answers458
viewsCircle with curved edge
I’ve been tasked to make a website, and I’m having trouble making a detail in CSS I need to make a round edge that has a curved ending, so you understand better, I’ll show you photo and post my code…
-
5
votes3
answers10234
viewsborder-Radius in table does not work CSS
I’m trying to put a Radius border on my table so that the four tips of it are rounded. If I touch the tr/th/td border-Radius it will change the radius of the ballots and not only those of the table,…
-
2
votes2
answers794
viewsCSS: Character inside a round element
I need to create an element (span, possibly) that will contain a character (initial letter of name) and that element needs to have rounded corners. I managed to do it in a precarious way, because…
-
2
votes2
answers1090
viewsborder Radius color in 2 colors
I’m trying to put 2 border colors with Radius but I can’t. The goal is to stay like this: But I can only make it so: Follow code where . Detail is the image: .detail { width: 170px; height: 170px;…
-
1
votes1
answer1786
viewsWhy does my border-image not respect the border-Radius?
I’m wearing a linear-gradient as border-imagem in an element, but thus the edge does not respect the border-radius that I placed and does not realize the curvature in the vertices. I’d like it to…
-
1
votes1
answer1305
viewsRound edges table CSS3
Good morning guys, I’m trying to round the edges of a table I’m using, but I can’t change either by the css file or by the style tag inside the element itself. Would anyone know the problem with my…
-
0
votes0
answers72
viewsCSS3 Border Radius and Background in IE 11
Hello, I’m facing a problem with border-Radius and background in Internet Explorer 11, it puts a slight white edge, in this case it sits on top of the border-shadow, however, if I take the effects…
-
0
votes1
answer483
viewsHow to make a negative rounded corner to put on the tab of a button?
Would be rounded corners off the button: | | __________ / <---- em cima (usando cláusula css :before) / | Botão | \___________ \ <---- em baixo (usando cláusula css :after) | | Behold this…