Hello, guys hope you all are well. Today, we are going to learn Coming Soon Website Design using Html CSS & JavaScript.
In the video, you have seen coming soon page with a dynamic countdown timer. I didn't use CSS @media property to create this page responsively you you want then you can use this property. Also I used JavaScript new Date() method, I fetched real-time from my current PC and store it in the countdate name variable.
You have to add your own date time on new Date('Sep 1,2022 00:00:00').getTime();
Note:
- Don't use class, use Id
- One more thing, when we are selecting dates using document.getElementById
example : Instead of using class <div class ="day">236</div>
Use Id <div id ="day">236</div>
0 Comments