整个标题可点击而不仅仅是徽标

时间:2017-09-22 11:43:54

标签: html css bootstrap-4

在某人的起始页面上工作。我的标题有问题。 通常,徽标会将您重定向到主页。但由于某种原因,整个标题是可点击的,而不仅仅是徽标。 这是代码;

.page-header {
  margin-top: 0;
  background-color: #80a9ed;
}
<div class="page-header">
  <a class="img-fluid" href="index.php">
    <img src="http://sitename.com/images/Flauwemoppen.png" width="140px;" style="margin-left: 3%;" alt="logo">
  </a>
</div>

我做错了吗?

1 个答案:

答案 0 :(得分:0)

徽标主播要么具有阻止属性,要么具有100%的阻止属性,请设置一个独特的类假设&#39; logo&#39;在锚标签上然后添加此样式 .logo {显示:内联块重要;}