Most voted "css-border" questions
16 questions
Sort by count of
-
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…
-
8
votes2
answers570
viewsHandle 1-pixel edge to avoid double edge (1+1 pixels) with side-by-side elements
I have a grid created with a list ul whose internal elements to li contains a border. The idea is that when the elements are side by side the edges are manipulated so that only a single stroke with…
-
4
votes1
answer644
viewsIncomplete Edge
I need to make an element with this kind of edge. I did not find anything anywhere that would decrease the size of the border. I found and know just about the thickness.…
-
4
votes1
answer187
viewsWhy does the Edge only move the element Horizontally and not Vertically?
Because the Edge in <span> only moves the element sideways, but vertically the edge is outside the container father? Notice in this example below that when I use the edge on <span> she…
-
3
votes4
answers22158
viewsHow to add row spacing to a table?
I need to draw a table with the following feature: That each row has a margin-bottom of 8px. The red highlight is the distance between the lines. The question is to be able to add only where I wish.…
-
2
votes1
answer6036
viewsHow to place a border on a <tr> that appears above the edge of the <td>?
I was developing a screen, which contained a table with a style tr:hover for when the user hovers over the lines of it, they look different. Everything was going well until the moment I decided I…
-
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;…
-
2
votes2
answers333
viewsHow do I get a "spin" in CSS using the border of a div?
The animation that I want is basically when I give Hover in the fingerprint div the border is in loading for 3 seconds (an animation of type progressbar, starting from 0 and reaching the end of the…
-
2
votes2
answers1154
viewsHow to take the edge 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 this edge out of my image. body { border: none; outline: none; margin: 0; padding: 0; } a…
-
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
votes1
answer148
viewsE-mail Marketing
I’m starting an email marketing code, I wish to apply the entire piece a border-left and a border-right 4px in color #b21331, but as the code for email marketing cannot contain many tags, including…
-
0
votes2
answers562
viewsTable being rendered by Firefox with different border thicknesses
I have a problem specifically for tables rendered in firefox. I need to use the border-Collapse property on my tables to join the edge of the cells. But when firefox renders the table, the edges are…
-
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…
-
0
votes0
answers67
viewsBorder in CSS is changing the output of getBoundingClientRect()
I’m creating a Snake Game in Javascript and to perform animations, collision detection and others, I use the function getBoundingClientRect(), to get the position left and top of a game element. I…
-
-1
votes1
answer64
viewsRemove HTML or body border
I need to remove these edges (which I highlighted in green) that are in my extension. I want there to be nothing there or at least to be transparent so that the box-shadow have effect and stay round…