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.
我正在使用博主,在我的博主标题中我有我的网站标题和描述。我想在上面添加一个背景。我已经挑选了一张背景图片,但它的尺寸非常小(10px 宽和 10px 高),我该如何填充我的博主标题的整个背景图片?
我还想在我的博客标题中添加另一列,我可以在其中添加我的徽标。我还希望该徽标变成指向我主页的链接。
谢谢,祝你有美好的一天。
如果你想用一个小图像为你的标题添加背景,你必须使用 css 样式background-repeat: repeat;,它会为你完成这项工作。
background-repeat: repeat;
关于你的第二个问题,你应该在你的标题中寻找 maxwidgets 。将其更改为 2(或超过 2),然后您就可以添加另一个小工具。您还应该需要将float:left;css 属性添加到标题中,以便对齐。
float:left;