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.
新しいウェブサイトのレイアウトをデザインしているときに問題が発生しました。
このように、CSS を使用して水平線内でテキストを中央揃えにしたいのですが、それを行う方法が見つかりませんでした。
------- Title -------
助言がありますか ?
これはいくつかの単純な css で実現できます。border bottom を使用して破線を作成し、inline-blockspan 要素を使用してそれを覆います。
inline-block
http://jsfiddle.net/aqsPb/