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.
皆さんは、可能な限り最良のセマンティックな方法でこれにどのようにアプローチしますか?
余白にパディングされたタイトル(インライン)の背景がありますが、タイトルが次の行に分割されると、右側の最初の行のパディングが失われます。
インラインブロックを作成<h2>します。
<h2>
display: inline-block;
これにより、テキストとインラインのブロックになります。