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.
私のサイトでは、タイトルが非常に長いため、2 行で表示されますが、2 行目が整列しません。css を使用して両方の行を揃えるにはどうすればよいですか?
例はここで見ることができます
アバターを左にフロートさせるスタイルを作成する必要があります。次に例を示します。
#ls_avatar-0 { float: left; }
また、次のように、領域が崩壊するのを防ぐためにフロートをクリアすることもできます。
.subtext1 { clear: both; }