gpt4 book ai didi

css - 如何在css中应用 "rounded-circle"?边界半径 :50% not works

转载 作者:太空宇宙 更新时间:2023-11-03 22:14:56 24 4
gpt4 key购买 nike

显然这看起来很简单,我使用 Bootstrap,实际上我正在应用“rounded-circle”类,但没有任何反应。基本上是为了使图像变成圆形的效果,使用属性:border-radius: 50%! important; 但我不知道为什么它不能正确应用。

img{
border-radius:50%;
width:300px;
height:300px;
}
<img src="https://luisjordan.net/wp-content/uploads/2017/04/logo-ionic.jpg">

最佳答案

您可以简单地尝试使用深色背景的图像,或者简单地添加边框以查看具有白色背景的图像有多圆

img{
border-radius:50%;
width:300px;
height:300px;
border: solid 1px black;
}
<img src="https://csform.com/wp-content/uploads/2018/06/Ionic-App-Dark-UI.jpg">

<img src="https://luisjordan.net/wp-content/uploads/2017/04/logo-ionic.jpg">

关于css - 如何在css中应用 "rounded-circle"?边界半径 :50% not works,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57236428/

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