generated from raja21068/yoga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtub.html
99 lines (89 loc) · 2.74 KB
/
tub.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unwind with a Relaxing Tub Bath</title>
<style>
body {
font-family: Arial, sans-serif;
color: #333;
background-color: #f9f9f9;
margin: 0;
padding: 0;
}
header {
background-color: #5c6bc0;
color: #fff;
text-align: center;
padding: 20px 0;
}
header h1 {
margin: 0;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 0 20px;
}
h2 {
color: #5c6bc0;
}
.step {
margin-bottom: 15px;
}
.step h3 {
margin: 5px 0;
color: #444;
}
.step p {
margin: 5px 0;
}
footer {
text-align: center;
padding: 15px;
background-color: #5c6bc0;
color: #fff;
position: relative;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Unwind with a Relaxing Tub Bath</h1>
</header>
<div class="container">
<h2>Your Guide to the Ultimate Self-Care Ritual</h2>
<p>Take a break from the daily grind and treat yourself to a luxurious bath experience. Here’s how to set the perfect mood for a calming escape.</p>
<div class="step">
<h3>Step 1: Set the Scene</h3>
<p>Create a peaceful ambiance by dimming the lights and adding warm, soft lighting. Light candles or use a diffuser with calming scents like lavender or eucalyptus.</p>
</div>
<div class="step">
<h3>Step 2: Choose Your Bath Essentials</h3>
<p>Add bath salts or a bath bomb to enhance relaxation. Epsom salt can relieve muscle tension, while a bath bomb adds fragrance and color.</p>
</div>
<div class="step">
<h3>Step 3: Play Soft Music or Nature Sounds</h3>
<p>Play a playlist of soft music or gentle nature sounds to enhance your experience. Sounds of rain, waves, or a forest can deepen relaxation.</p>
</div>
<div class="step">
<h3>Step 4: Bring a Warm Towel and Robe</h3>
<p>Lay out a plush towel and a cozy bathrobe nearby to wrap yourself in warmth and keep the relaxation going after your bath.</p>
</div>
<div class="step">
<h3>Step 5: Unwind and Soak</h3>
<p>Take deep breaths, close your eyes, and allow yourself to fully relax. Soak for 15-20 minutes to relieve stress and tension.</p>
</div>
<div class="step">
<h3>Step 6: Hydrate and Moisturize</h3>
<p>Finish with a glass of water or herbal tea to rehydrate, then apply a nourishing body lotion to keep your skin soft and hydrated.</p>
</div>
</div>
<footer>
<p>Take time to unwind – you deserve it!</p>
</footer>
</body>
</html>