Coming Soon Website Design using Html CSS & JavaScript

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:

  1. Don't use class, use Id 
  2.             example : Instead of using class <div class ="day">236</div>

                                 Use Id <div id ="day">236</div>

  3. One more thing, when we are selecting dates using document.getElementById


Coming Soon Website Design using Html CSS & JavaScript | Video


Coming Soon Website Design using Html CSS & JavaScript | Code


Post a Comment

0 Comments