【发布时间】:2017-12-14 21:09:56
【问题描述】:
我正在尝试删除导航栏中这个不需要的小空间。我尝试删除填充、边距和边框,但都没有解决问题。这是我的CSS:
.nav {
list-style: none;
font-family: 'Oleo Script', cursive;
display: inline;
margin: 0;
padding-top: 100px;
padding-bottom: 0px;
float: right;
}
.header {
background-color: rgba(0, 0, 0, .7);
position: fixed;
top: 0;
padding-bottom: 0;
margin: 0;
width: 100%;
}
<div class=header>
<a href="index.html">
<img src="https://lh4.googleusercontent.com/-IqHfCyPGn00/AAAAAAAAAAI/AAAAAAAAAA8/WsxciIskxSo/photo.jpg?sz=328" alt="Logo.png" style="height:150px; width:150px; border-bottom: 0px;">
</a>
</div>
这里是我说的空间:
谢谢大家!
【问题讨论】:
-
请提供工作代码或链接。
-
此信息不足以解决您的问题,您需要在此处提供更多信息
-
您要删除徽标下方的小空间吗?
-
请提供详细代码。
-
您必须编辑(裁剪)您的图像。