我首先要说我的css技能很弱。
这是网站,我试图在这个背景上添加一些边距,这样我就可以看到所有的内容。我现在明白我无法在背景上使用边距,那么我在这里有什么选择?
这是我的 HTML
<body>
<div id="container">
<nav id="navigation">
<ul>
<li><a href="index.html" id="btn">Homepage</a></li>
</ul>
</nav>
</div>
</body>
这是我的CSS
body {
background: url('images/prices.jpg');
min-height: 100%;
height: 100%;
}
#btn {
color: #FAF3BC;
background: #4FB69F url('images/texture.png') no-repeat right bottom;
padding: 15px 30px;
margin: 150px 0px;
border-top: 5px;
border-radius: 25px;
text-decoration: none;
text-transform: uppercase;
}
我的主页按钮也有问题,我也想要一些空间,但是我尝试了一些东西,比如填充和边距,但无法做到......
我会很感激任何帮助....这是现场页面,如果您想达到高峰http://brewstahs.com/menu.html