Questions tagged as 'css-border'

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
2
answers

Handle 1-pixel border to avoid double edge (1 + 1 pixel) with side-by-side elements

I have a grid created with a ul list whose inner elements at li contains a border. The idea is that when the elements are side by side the edges are manipulated so that there is only a single trace with 1 pixel instead of what happ...
asked by 13.01.2014 / 18:55
1
answer

Incomplete Edge

I need to make an element with this type of border. I found nowhere to diminish the size of the border. I found and I know only about the thickness.     
asked by 29.11.2016 / 20:50
1
answer

Why does Edge only move the element horizontally and not vertically?

Because the border in <span> only moves the element sideways, but vertically the border is out of the parent container? Notice in this example that when I use the border in <span> it does not get left out of div...
asked by 12.09.2018 / 19:30
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

How to put a border on a tr that appears over the edge of the td?

I was developing a screen, which contained a table with a style in tr:hover , so when the user moves the mouse over the lines, they look different. Everything was going well until I decided that I wanted to put a "blessed border" around th...
asked by 19.02.2014 / 22:44
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

E-mail Marketing

I am starting an email marketing code, I want to apply the whole part a border-left and a border-right of 4px in the color #b21331 , but since the code for email marketing can not contain many tags, including that of style...
asked by 31.03.2014 / 20:40
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
2
answers

Table being rendered by Firefox with different border thicknesses

I'm having a problem specifically for tables rendered in firefox. I need to use the border-collapse property in my tables to join the borders of the cells. But when firefox renders the table, the edges are different thicknesses as shown below....
asked by 04.04.2014 / 16:13