|
|
@ -3,13 +3,18 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
|
<meta name="description" content="Track your daily water intake and reach your goal of 2 liters per day. Stay hydrated!"/>
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
<title>Drink Water</title>
|
|
|
|
<title>Drink Water</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>Drink Water</h1>
|
|
|
|
<h1>Drink Water</h1>
|
|
|
|
<h3>Goal: 2 Liters</h3>
|
|
|
|
<h3>Goal: 2 Liters</h3>
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<div class="cup">
|
|
|
|
<div class="cup">
|
|
|
|
<div class="remained" id="remained">
|
|
|
|
<div class="remained" id="remained">
|
|
|
|
<span id="liters"></span>
|
|
|
|
<span id="liters"></span>
|
|
|
@ -31,6 +36,7 @@
|
|
|
|
<div class="cup cup-small">250 ml</div>
|
|
|
|
<div class="cup cup-small">250 ml</div>
|
|
|
|
<div class="cup cup-small">250 ml</div>
|
|
|
|
<div class="cup cup-small">250 ml</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="script.js"></script>
|
|
|
|
<script src="script.js"></script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|