cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/new-year-countdown/
## New Year Countdown
Landing page that counts down from the current date to the next new year
## Project Specifications
Landing page that counts down from the current date to the next new year
## Project Specifications
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const days = document.getElementById('days');
const hours = document.getElementById('hours');
const minutes = document.getElemen
const hours = document.getElementById('hours');
const minutes = document.getElemen