You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: affirmations.html
+39-2Lines changed: 39 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@
35
35
max-width:1200px;
36
36
margin:0 auto;
37
37
padding:2rem;
38
+
padding-bottom:6rem;
38
39
position: relative;
39
40
}
40
41
@@ -213,6 +214,12 @@
213
214
color:rgba(255,255,255,0.6);
214
215
font-size:0.9rem;
215
216
animation: bounce 2s infinite;
217
+
transition: opacity 0.3s ease;
218
+
}
219
+
220
+
.scroll-indicator.hidden {
221
+
opacity:0;
222
+
pointer-events: none;
216
223
}
217
224
218
225
@keyframes bounce {
@@ -311,11 +318,41 @@ <h1>Daily Affirmations</h1>
311
318
I am grateful for my strong, healthy, and beautifully thick hair. Every strand grows with vitality, and my scalp is nourished with perfect balance. I radiate confidence and well-being.
312
319
</div>
313
320
</div>
321
+
322
+
<divclass="affirmation-card">
323
+
<divclass="om-symbol">ॐ</div>
324
+
<divclass="affirmation-text">
325
+
I am deeply grateful for my vibrant health, lasting happiness, and abundant prosperity. I live each day with clarity, purpose, and joy. I am guided by divine light, and I grow closer to God with every breath.
326
+
</div>
327
+
</div>
314
328
</div>
315
329
</div>
316
330
317
-
<divclass="scroll-indicator">
331
+
<divclass="scroll-indicator"id="scrollIndicator">
318
332
↓ Scroll for more affirmations ↓
319
333
</div>
334
+
335
+
<script>
336
+
// Hide scroll indicator when user reaches the bottom of the page
0 commit comments