|
|
|
@ -4,9 +4,16 @@
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
|
<title>Animated Countdown</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
|
|
|
|
<h1>This is a</h1>
|
|
|
|
|
<i class="fa-solid fa-stopwatch-20 watch"></i>
|
|
|
|
|
<span><h2>WATCH</h2></span>
|
|
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
<div class="counter">
|
|
|
|
|
<div class="nums">
|
|
|
|
|
<span class="in">3</span>
|
|
|
|
|