思無邪 (@Clarke.L) 在 【css艺术】铃铛🔔还是灯捏 中发帖
预览图
[image]
代码
html,
body {
width: 100%;
height: 100%;
background: #2e2e2e;
display: grid;
place-items: center;
/* z-index: -1; */
}
div {
width: 120px;
height: 120px;
background-color: #e08027;
border-radius: 60px 60px 10px 10px;
position: relative;
transform-style: preserve-3d;
}
div::before {
...