-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog1.html
More file actions
32 lines (32 loc) · 1.39 KB
/
blog1.html
File metadata and controls
32 lines (32 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>The Magic of Mornings</title>
<link rel="stylesheet" href="styles/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Quicksand:wght@400;600&display=swap" rel="stylesheet" />
</head>
<body>
<header class="site-header">
<div class="container">
<h1>The Magic of Mornings</h1>
<p class="subtitle"><a href="index.html" style="color:white;">← Back to Home</a></p>
</div>
</header>
<main class="container">
<p>
Mornings are underrated. While most people dread early alarms, I find them to be a sacred part of the day.
The moment you wake up and the world is quiet — that’s a rare kind of peace. The sun gently lights up the sky,
birds begin to chirp, and the cool breeze carries clarity. A warm cup of tea or coffee in hand, journaling
thoughts, or stretching in silence — these rituals bring me joy. I feel like mornings give us a fresh chance,
a new start every single day. No matter how messy yesterday was, the morning whispers, “Try again.”
Embracing mornings has helped me become more focused and present in life. They’ve become my anchor in the chaos.
</p>
</main>
<footer class="site-footer">
<div class="container">
<p>© 2025 Colorful Blog</p>
</div>
</footer>
</body>
</html>