Basic "Coming soon" page in HTML; CSS and JS. It is informing you how much time is left for the launch.
The page must have a countdown timer with a countdown to launch time. By clicking on the "Inscreva-se" button, a simple modal form will popup for registration.
- HTML
- CSS
- JavaScript
:root {
--black: #4D4C59;
--purple: #6C63FF;
--light-grey: #C8C8C8;
--text-color: #9C9AB6;
}font-family: Poppins
Font Weight: 300, 400 e 500
(you can find the font in Google Font)
David Chaves

