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>