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.
我不擅长代码,所以如果有人能给我一个简单明了的答案,我将不胜感激!因为这是一个令人讨厌的问题。
提前谢谢你杰克
我有同样的问题,这是我的解决方案:
将您的社交按钮放入这样的列表中:
<ul> <li>Facebook code</li> <li>Twitter code</li> <li>Pinterest code</li> </ul>
在 css 中,为 li 添加样式:
li{ list-style-type: none; display: inline-block; vertical-align: top; }
与顶部垂直对齐,所有按钮都将对齐。