📝 代码查看
1
查看次数
2025-11-06
创建时间
2025-11-06
最后更新
<div class="skulls"></div>
html, body {
width: 100%;
height: 100%;
display: flex;
}
.skulls {
position: relative;
width: 600px;
height: 200px;
margin: auto;
border: 24px solid;
border-image: url(https://skullctf.com/images/skull-border.svg);
border-image-slice: 32;
border-image-repeat: round;
}
暂无JavaScript代码