gpt4 book ai didi

twitter-bootstrap - Bootstrap 3 Jumbotron 有圆边(我如何摆脱它们?)

转载 作者:行者123 更新时间:2023-12-01 06:57:05 27 4
gpt4 key购买 nike

在 Bootstrap 3 中, .jumbotron 具有圆形边缘(默认情况下)。有没有办法摆脱圆角? (以下圆边图片供引用)

.jumbotron rounded edges

最佳答案

Bootstrap 3 Jumbotron 具有以下类别:

.container .jumbotron {
border-radius: 6px ;
}

您需要将其设置为border-radius: 0px;,但我建议将相同的类添加到单独的样式表(在bootstrap.css 之后调用)并覆盖它,而不是直接更改bootstrap.css 文件。
.container .jumbotron {
border-radius: 0 !important;
}

关于twitter-bootstrap - Bootstrap 3 Jumbotron 有圆边(我如何摆脱它们?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24843167/

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