Questions tagged as 'css-border-radius'

1
answer

Is it possible to make a negative border radius text box?

I would like to make this negative curve using CSS or Jquery, is it possible?     
asked by 15.12.2014 / 23:40
2
answers

Circle with curved edge

I was tasked to make a website, and I'm having a hard time doing a detail in CSS I need to make a round border that has a curved end, for you to understand better, I will show photo and post my code What I need (Photoshop) WhatIhave Iwoul...
asked by 18.05.2018 / 04:02
3
answers

border-radius in table does not work CSS

I'm trying to put a border-radius on my table so that the 4 edges of it are rounded. If I move the tr / th / td border-radius will change the radius of the ballots and not just those of the table, which is my goal and if I change the radius of t...
asked by 22.04.2015 / 18:57
2
answers

border radius color in 2 colors

I'm trying to put 2 border colors with border radius but I can not. The goal is to look like this: ButIcanonlyleaveitlikethis: Here is the code where .detail is the image: .detail { width: 170px; height: 170px; border-radius: 100%; margi...
asked by 22.10.2018 / 23:47
1
answer

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

I am using a linear-gradient as border-imagem in an element, but this way the border does not respect the border-radius that I put and does not curl the vertices. I'd like it to look like this: Butitlookslikethis: Here...
asked by 02.01.2019 / 13:26
1
answer

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

They would be rounded corners off the button: | | __________ / <---- em cima (usando cláusula css :before) / | Botão | \___________ \ <---- em baixo (usando cláusula css :after)...
asked by 25.09.2017 / 21:20
0
answers

CSS3 Border Radius and Background in IE 11

Hello, I'm facing a problem with border-radius and background in Internet Explorer 11, it places a slight white border, in this case, it stays on top of the border-shadow, however, if I take the box-shadow effects , an almost white blue shadow re...
asked by 04.03.2016 / 19:10