css-border

Table being rendered by Firefox with different edge thicknesses

I'm having a problem specifically for rendered tables in firefox. I need to use the border-collapse property in my tables to ... #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #FFFFFF; color: #083c06; text-decoration: none; }

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>

How to draw the border of an image as a link

Hi, I know it sounds like a silly problem, but I've tried everything and searched everything! I can't get that border out of ... href="#"> <img class="logo"></a></div> </header> </body> </html>

How can I make a "spin" animation in CSS using the border of a div?

The animation I basically want is when I hover in the fingerprint div the border is in loading for 3 seconds (a progressbar type animation, starting from 0 and reaching the end of the circle).

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;