吹き出しのような見出しのデザイン変更
-
吹き出しのような見出しをつかっているのですが、線を太くしたいのですがどうすればいいのでしょうか。
また、5色のグラデーションにしたいのですがどこになにを追加すればいいのでしょうか。
下記が吹き出しのような見出しのcssです。.p-entry__body h3 { position: relative; padding: 1.5rem 1rem; border-bottom: 3px solid #00ffff; border-left: 3px solid #00ffff; border-radius: 0 0 0 20px; } .p-entry__body h3:before { position: absolute; left: 3em; bottom: -21px; width: 0; height: 0; content: ''; border-width: 21px 12px 0 12px; border-style: solid; border-color: #00ffff transparent transparent transparent; } .p-entry__body h3:after { position: absolute; left: 3em; bottom: -14px; width: 0; height: 0; content: ''; border-width: 21px 12px 0 12px; border-style: solid; border-color: #fff transparent transparent transparent; }ヘルプの必要なページ: [リンクを見るにはログイン]
6件の返信を表示中 - 1 - 6件目 (全6件中)
6件の返信を表示中 - 1 - 6件目 (全6件中)
トピック「吹き出しのような見出しのデザイン変更」には新たに返信することはできません。