Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボーダー下部のダッシュの長さを変更する必要があります。各ダッシュの長さを 30px にしたい。画像を使わずにこれを行う機会はありますか?
イメージがないと無理です。ただし、CSS グラデーション (基本的に生成された画像) を使用すると、画像を読み込まなくても実行できます。
background: linear-gradient(to right, currentColor 0%, currentColor 50%, transparent 50%, transparent 100%) repeat-x left bottom; background-size: 60px 1px;