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/html5 は初めてです。
順序なしリストを使用します。
<ul> <li><img src="/images/yourimage.png />Some Text</li> <li><img src="/images/yourimage.png />Some Text</li> <li><img src="/images/yourimage.png />Some Text</li> </ul>