Christine
Last active:
Mood:
View my: Blog | Forum Topics
Contacting Christine
SpaceHey URL:
https://spacehey.com/profile?id=4382324
Christine 's Interests
|
General |
|
|
Music |
|
|
Movies |
corpse bride ♡ |
|
Television |
|
|
Books |
|
|
Heroes |
|
Christine 's Links
Christine 's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
Christine 's Blurbs
About me:
const container = document.getElementById('glitter-container'); const numberOfGlitters = 100; // adjust number of glitter particles for (let i = 0; i < numberOfGlitters; i++) { const glitter = document.createElement('div'); glitter.className = 'glitter'; // random starting position glitter.style.left = Math.random() * window.innerWidth + 'px'; glitter.style.top = Math.random() * window.innerHeight + 'px'; // random size const size = Math.random() * 3 + 2; // 2px to 5px glitter.style.width = size + 'px'; glitter.style.height = size + 'px'; // random animation duration and delay glitter.style.animationDuration = (Math.random() * 5 + 5) + 's'; glitter.style.animationDelay = Math.random() * 5 + 's'; container.appendChild(glitter); }

mahito:

Who I'd like to meet:


Christine 's Friend Space
[view all]Christine has 9 friends.
Christine 's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )