gpt4 book ai didi

html - CSS 3 内阴影

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

这应该很简单,我想要一个投影,但我想要它在一个矩形的内部。我在 Google 上寻找地点,但找不到。

enter image description here

最佳答案

是的。正如@antyrat 所提到的,您可以使用嵌入框阴影。

body {
background: #bada55;
}
.shadow {
width: 250px;
height: 250px;
margin: 25px auto;
background: white;
box-shadow: inset 3px 3px 3px grey;
}
<div class="shadow"></div>

支持 - CanIUse.com

关于html - CSS 3 内阴影,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28218127/

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