我正在制作单页网站。对于“较低”页面,我将图像作为我的标题。我可以使用
对图像进行居中img
{
display:block
margin-left:auto
margin-right:auto
width:400px
}
但是,我要求它稍微降低一点。我尝试添加一个margin-top,但它似乎为整个页面增加了一个余量(页面变长了?)。但是,我页面上图像的位置不会改变。知道什么是错的吗?
这是一些HTML:
<body>
<div id="nav">
<ul>
<li><a class="scroll" href="#about">ABOUT</a></li>
<li><a class="scroll" href="#portfolio">WORK</a></li>
<li><a class="scroll" href="#contact">CONTACT</a></li>
</ul>
</div>
<!-- Landing Page-->
<div id="landing">
<img src="front.png" alt="Cover Page">
</div>
<!-- About -->
<div id="page1">
<a id="about"></a>
<img src="Who.png" alt="About Me">
<p>
That sweet tailpipe of yours did have me charmed. It put a spell on me, but all the ass magic in Mexico can’t change Kenny Powers from his core beliefs. I’m not an ass man... I’m a tit man. I like big ass boobs — now, and forever... I’m not like a black guy, Vida...
</p>
</div>
<!-- Work -->
<div id="page2">
<a id="portfolio"></a>
<div id="container">
<a class="fancybox" href="portfolio1.jpg" title="'Consumed' </br>Digital/Print Work"><img src="portfolio1s.png"/></a>
</div>
</div>
<!-- Contact -->
<div id="page3">
<a id="contact"></a>
<img src="Contact.png" alt="Contact Information">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</body>
我正在谈论的标题是较低页面的标题,而不是第一个元素。所以我不确定为什么整个页面都在向下移动。
答案 0 :(得分:6)
查看相对定位是否适合您:
position: relative;
top: 10px;
答案 1 :(得分:-3)
只需添加即可。
<br> <br>
个休息时间
线向下。