Símbolo Félixbody { display: flex; justify

创作参数
记录
提示词
复制
Símbolo Félixbody {
display: flex
;
justify-content: center
;
align-items: center
;
height: 100vh
;
margin: 0
;
background-color: #f5f5f5
;
}
.
symbol-container {
display: flex
;
gap: 20px
;
}
.
symbol {
width: 100px
;
height: 100px
;
position: relative
;
background: #fff
;
border-radius: 50%
;
box-shadow: 0 0 10px rgba(0
,
0
,
0
,
0
.
2)
;
display: flex
;
justify-content: center
;
align-items: center
;
}
.
symbol::before {
content: ""
;
position: absolute
;
width: 70px
;
height: 70px
;
border-radius: 50%
;
background: #4CAF50
;
/* Cor verde para sorte */
box-shadow: inset 0 0 10px rgba(0
,
0
,
0
,
0
.
3)
;
}
.
symbol::after {
content: ""
;
position: absolute
;
width: 50px
;
height: 50px
;
border-radius: 50%
;
background: #FFC107
;
/* Cor dourada para felicidade */
top: 50%
;
left: 50%
;
transform: translate(-50%
,
-50%)
;
box-shadow: 0 0 10px rgba(0
,
0
,
0
,
0
.
3)
;
}
信息
模型 & 风格

模型
SeaArt Infinity
#物品设计
#SeaArt Infinity
共 0 条评论
0
0
0