答案 0 :(得分:1)
以此替换HTML代码。您可以更正您的班级名称拼写 container-fluid 。
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 border-bottom shadow-sm">
<h5 class="my-0 mr-md-auto font-weight-normal ">
My Company
</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="#">Features</a>
<a class="p-2 text-dark" href="#">Enterprise</a>
<a class="p-2 text-dark" href="#">Support</a>
<a class="p-2 text-dark" href="#">Report</a>
</nav>
<a class="btn btn-outline-primary" href="#" style="background-color: #007bff; color: white">Hi There</a>
</div>
<div class="container-fluid margin-top-zero">
<div class="row">
<main role="main" class="col-md ml-sm-auto pt-3 px-4">
<div>
Helllooooo
</div>
</main>
</div>
</div>
答案 1 :(得分:0)
使用此
.row {
float:left;
}