如何在节上删除多余的空格 [英] How to remove extra spaces on the section

查看:33
本文介绍了如何在节上删除多余的空格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试删除预定约会的电台,播客和配音的地方"下面的多余空间.[在此处输入图片描述] [1]我的代码在下面.

I'm trying to removed the extra space underneath the The place to book your radio, podcast and voice over appointments.[enter image description here][1] My code is underneath.

section class =彩色部分".id ="title"<>

section class="colored-section" id="title">

    <div class="container-fluid">



      <!-- Nav Bar -->

      <nav class="navbar navbar-expand-lg navbar-light">



        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
            <span class="navbar-toggler-icon"></span>
        </button>

        <div class="collapse navbar-collapse" id="navbarTogglerDemo02">

          <ul class="navbar-nav ml-auto">
            <li class="nav-item">
              <a class="nav-link" href="#footer">Contact</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#pricing">Pricing</a>
            </li>
          </ul>

        </div>
      </nav>

      <div class="row">


      <div class="col-lg-6 col-md-12">
        <img class="title-image" src="images/Stephan's Notes.Rs3.1-01.png" alt="logo-mockup">
      </div>

      <div class="col-lg-6 col-md-12">
        <h1 class="big-heading">The place to book your radio, podcast and voice over appointments.</h1>
      </div>

      </div>

    </div>

</section>

CSS部分

.title-image {
    position: relative;
    bottom: 30%;
    left: 40%;

.big-heading {
    position: relative;
    font-family: "Montserrat-Black";
    right: 700px;
    white-space: nowrap;
    top: 100px;

推荐答案

我不知道是否知道,但是您可以尝试检查元素并检查这些BootStrap类的边距...

I don't know if I got it, but you can try to inspect the elements and check the margin of these BootStrap's classes...

这篇关于如何在节上删除多余的空格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆