Проблема с границами таблицы, которые становятся тоньше CSS [закрыто] ⇐ CSS
-
Гость
Проблема с границами таблицы, которые становятся тоньше CSS [закрыто]
I've been trying to reproduce a simple table with rounded borders but I have a little conflict with the table border and the cells one. As you might see, the rounded borders seems doubled and pixelized.
Here is the HTML and CSS below.
table { border-collapse: separate ; border: 1px solid #2460DE ; border-radius: 16px ; overflow: hidden ; border-spacing: 0; border-color: #2460DE; } tbody:last-child tr:last-child td:first-child { border-bottom-left-radius: 16px ; } tbody:last-child tr:last-child td:last-child { border-bottom-right-radius: 16px ; } table td, table th { border: 1px solid #2460DE ; text-align: center; } Secteur Prix moyen constaté SEO 350€ / jour SEO 350€ / jour
Источник: https://stackoverflow.com/questions/781 ... hinner-css
I've been trying to reproduce a simple table with rounded borders but I have a little conflict with the table border and the cells one. As you might see, the rounded borders seems doubled and pixelized.
Here is the HTML and CSS below.
table { border-collapse: separate ; border: 1px solid #2460DE ; border-radius: 16px ; overflow: hidden ; border-spacing: 0; border-color: #2460DE; } tbody:last-child tr:last-child td:first-child { border-bottom-left-radius: 16px ; } tbody:last-child tr:last-child td:last-child { border-bottom-right-radius: 16px ; } table td, table th { border: 1px solid #2460DE ; text-align: center; } Secteur Prix moyen constaté SEO 350€ / jour SEO 350€ / jour
Источник: https://stackoverflow.com/questions/781 ... hinner-css
Мобильная версия