header 1
header 2
header 3

JVcountdownClockHeading+

 

Sample countdown clock with an animated background image and a MULTI-LINE heading. To create a heading with multiple lines, add a </br> where you want to add a new line. This can be repeated. The heading automatically expands to the size required.

Paste this code in Editor Source mode. 

<center>
<div id="JVclock">Clock Goes here</div>
</center>

<script src="https://www.classcreator.com/000/7/7/0/13077/userfiles/file/html/JVcountdownClock.js"></script>

<script>
JVcountdownClock( "June 1, 2025 20:37:25",   // Date and Time of event
                  "See you at</br>the 50th Reunion</br><June 1, 2025",30,    // Heading Text,Text size
                  "white",                            // Heading Color
                  "green",                           // Background color if no image
                  "https://media1.giphy.com/media/g04lCCTUHSw03W7pqD/giphy.gif ", // any image you want

                 "orange",     // orange box surrounding number area
                  "dodgerblue",  // number box color
                  "white",   //  number color
                  "100",      // percent of width of area (full width)
                  "50");      // height percent of display width
</script>

Clock Goes here