Я получаю ошибку для строки границы-радиуса в этом коде: < /p>
div.term-description h3{
padding: 0px; /* removes the default padding so we can add our own sizing */
}
div.term-description h3 span a,
div.term-description h3 a span{
display: inline-block;
background-color: #0369a1; /* Set the background color in HEX here */
color: white !important; /* Set the text color (we need to add an 'important' to override the HTML level styling already applied */
padding: 8px 20px; /* This is the space around the text, first number is y axis and second x */
margin-bottom: 6px; /* Space between each heading */
border: solid 2px #0369a1; /* You can use this to add a border (style, width, color) */
border-radius: 50px; /* This give the rounded edges, you can use px or % here */
transition: all 0.3s ease; /* Sets the transition for hover effects, change the middle option for timing */
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... s-code-but
Я получаю ошибку "Ожидаемый толстой кишки в строке 49, col 4." для этого кода CSS, но толстая кишка на месте ⇐ CSS
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Проблема безопасности из -за толстой кишки (:) в строке запроса [дублировать]
Anonymous » » в форуме C# - 0 Ответы
- 2 Просмотры
-
Последнее сообщение Anonymous
-