0
ページの最後の外側のdivにリピートレッドラインを設定することはできますか?ここでクロスリピートレッドラインcssアウターdiv
は画像click here
.crossline {
width: 2px;
height: 10px;
border-bottom: 1px solid red;
-webkit-transform:
translateY(-20px)
translateX(5px)
rotate(27deg);
position: relative;
}
はおそらく、そのための画像や、おそらく 'リニアgradient'を使用する必要があります。 – connexo
@conexoありがとう!私はそれを試しました、あなたは私に外側のdivの画像を設定するサンプルを送ることができますか? –
'.outer-div {background-image:url(path/to/your/img.png)繰り返し; } ' – connexo