Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/new-year-countdown/

README.md /cody/bradtraversy/vanillawebprojects/new-year-countdown/README.md
7 Views
0 Comments
## New Year Countdown

Landing page that counts down from the current date to the next new year

## Project Specifications

img /cody/bradtraversy/vanillawebprojects/new-year-countdown/img/
1 Items
  • spinner.gif
  • index.html /cody/bradtraversy/vanillawebprojects/new-year-countdown/index.html
    4 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, in
    script.js /cody/bradtraversy/vanillawebprojects/new-year-countdown/script.js
    3 Views
    0 Comments
    const days = document.getElementById('days');
    const hours = document.getElementById('hours');
    const minutes = document.getElemen
    style.css /cody/bradtraversy/vanillawebprojects/new-year-countdown/style.css
    5 Views
    0 Comments
    @import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

    * {
    box-sizing: border-box;
    }

    body {
    background-