body {
background-color: black;
}
h1 {
font-family: Arial
sans-serif;
color: white;
text-align: center;
margin-top: 150px;
}
.firework {
width: 6px;
height: 120px;
background-color: white;
position: absolute;
}
@keyframes explode {
0% { transform: scale(1); opacity: 1; }
* { transform: scale(5); opacity: 0; }
}
咨询微信客服
0516-6662 4183
立即获取方案或咨询top