Site Search:

test image


<div id="stage">
<div id="stars3">
</div>
</div>
<style>
#stage {
  height: 300px;
  width: 500px;
  background: black;
}

#stars3 {
  width: 10px;
  height: 10px;
  background: transparent;
  box-shadow: 146px 287px #FFF , 255px 154px #FFF;
}
</style>