本文实例为大家分享了js实现漂亮星空背景的具体代码,供大家参考,具体内容如下
html代码:
<div class=stars></div>
css代码
html, body {
height: 100%;
overflow: hidden;
}
body {
width: 100%;
height:100%;
background: #000;
background-size: 100%;
perspective: 500px;
}
.stars {
position: absolute;
top: 50%;
left: 50%;
width: 4px