gpt4 book ai didi

css - Bootstrap 4 HTML - 从视差超大屏幕中删除圆 Angular

转载 作者:行者123 更新时间:2023-12-03 20:16:40 26 4
gpt4 key购买 nike

我有一个很棒的主页视差,但我想从图像中删除圆 Angular 。

这是我的一个部分的 html:

<div class="jumbotron paral paralsec1">
<h1 class="display-3">Connect</h1>
<p class="lead">with musicians in your area.</p>
<p class="lead"><a class="btn btn-info btn-lg btn-md" href="/public/register_member/" role="button">REGISTER AS MEMBER</a></p>
</div>

和 CSS:
.paral {
min-height: 800px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}

有谁知道如何通过对我的代码进行最少的更改来删除圆 Angular ?

最佳答案

您可以使用 rounded-0 class删除 border-radius , check the docs

在你的情况下,这将是这样的:

<div class="jumbotron paral paralsec1 rounded-0">
<h1 class="display-3">Connect</h1>
<p class="lead">with musicians in your area.</p>
<p class="lead"><a class="btn btn-info btn-lg btn-md" href="/public/register_member/" role="button">REGISTER AS MEMBER</a></p>
</div>

关于css - Bootstrap 4 HTML - 从视差超大屏幕中删除圆 Angular ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52655575/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com