【发布时间】:2017-11-12 05:43:55
【问题描述】:
我正在制作一个网站来托管我的博客和艺术作品。我试图将 Twitter 图标放在居中的标题和屏幕的最左侧之间。 Click here to see the top of the page that I'm referencing.
下面是各个部分的代码。
CSS: https://pastebin.com/mqQUqxs1
HTML: https://pastebin.com/GA2bqBXG
【问题讨论】:
-
把所有东西都放在一个容器 div 中用 text-align: center; 在容器 div 内创建一个宽度为 50% 的新 div将 twitter 图标放在那个内部 div 中