Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Background for text visibility #1664

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions topdeals/topdeals.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

body {
font-family: Arial, sans-serif;
background:url("bestdeals.jpg");
background:url("bestdeal.jpg");
margin: 0;
padding: 20px;
background-size: cover;
Expand Down Expand Up @@ -401,7 +401,7 @@



<div class="container" style="margin-top: 8rem;">
<div class="container" style="margin-top: 5rem;">
<div class="header">
<br><br><br><br>
<p style="color: #0c0c0c;font-weight: bold;">"Don’t miss out on our exclusive top deals of the season! Whether you’re looking to upgrade your tech, refresh your wardrobe, or find the perfect gift, we’ve got you covered with unbeatable discounts across all categories. "</p>
Expand Down
Loading