Star Wars: The Force Awakens intro in CSS

HTML
1
2
<div class="starwars-demo">
<img src="//cssanimation.rocks/demo
        /starwars/images/star.svg" alt
        ="Star" class="star">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CSS
1
2
/* Animation properties */
.star {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
JAVASCRIPT
1
2
/*
The following JS gets the audio element
    and sets the start volume for the main
    Star Wars theme.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Expand for more options Login