Помогите, пожалуйста, со стилем таблиц
-
какие числа нужно поменять для того, чтобы у таблиц была одинаковая ширина и чтобы строки не были такими толстыми?
table { width: 250px !important; font-family: «Lucida Sans Unicode», «Lucida Grande», Sans-Serif; font-size: 14px; border-radius: 20px; border-spacing: 0; text-align: center; } th { background: #BCEBDD; color: white; text-shadow: 0 1px 1px #2D2020; padding: 10px 20px; } th, td { border-style: solid; border-width: 0 1px 1px 0; border-color: white; } th:first-child, td:first-child { text-align: left; } th:first-child { border-top-left-radius: 20px; } th:last-child { border-top-right-radius: 20px; border-right: none; } td { padding: 10px 20px; background: #F8E391; } tr:last-child td:first-child { border-radius: 0 0 0 20px; } tr:last-child td:last-child { border-radius: 0 0 0 20px; } tr td:last-child { border-right: none; } th { font-weight: normal; border-bottom: 2px solid #6678b1; border-right: 30px solid #fff; border-left: 30px solid #fff; color: #039; padding: 8px 2px; } td { border-right: 30px solid #fff; border-left: 30px solid #fff; color: #669; padding: 12px 2px; } .equal-width-cols { width: 100%; table-layout: fixed; } .equal-width-cols td { width: 100%; }
Страница, с которой нужна помощь: [войдите, чтобы увидеть ссылку]
- Тема «Помогите, пожалуйста, со стилем таблиц» закрыта для новых ответов.