Разбираемся в CSS
Anonymous
Двойная линия внизу [закрыто]
Сообщение
Anonymous » 17 май 2024, 17:06
У меня двойная линия границы, как мне сделать ее горизонтальной?
Код: Выделить всё
.box {
--b: 5px; /* thickness */
--c: red;
height: 100px;
border-right: var(--b) solid var(--c);
background: linear-gradient(var(--c) 0 0) right 10px bottom 0/var(--b) 50% no-repeat
}
Код: Выделить всё
[h4]About the episode subhead lorem ipsum 1[/h4]
Nulla Lorem mollit cupidatat irure. Laborum magna nulla duis ullamco cillum dolor. Voluptate exercitation incididunt aliquip deserunt.
link
Подробнее здесь:
https://stackoverflow.com/questions/784 ... ine-bottom
1715954819
Anonymous
У меня двойная линия границы, как мне сделать ее горизонтальной? [code].box { --b: 5px; /* thickness */ --c: red; height: 100px; border-right: var(--b) solid var(--c); background: linear-gradient(var(--c) 0 0) right 10px bottom 0/var(--b) 50% no-repeat }[/code] [code] [h4]About the episode subhead lorem ipsum 1[/h4] Nulla Lorem mollit cupidatat irure. Laborum magna nulla duis ullamco cillum dolor. Voluptate exercitation incididunt aliquip deserunt. link [/code] Подробнее здесь: [url]https://stackoverflow.com/questions/78496149/double-line-bottom[/url]