Skip to content

Commit 46d0467

Browse files
authored
Update style.css
1 parent 5ee8d15 commit 46d0467

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

style.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -236,20 +236,18 @@ footer { margin-top:auto; }
236236
0% { transform: translateX(0%); }
237237
100% { transform: translateX(-100%); }
238238
}
239-
.marquee {
239+
.rent-strip {
240240
background: red;
241-
color: white; /* 👈 text white hoga */
242-
font-weight: bold; /* thoda highlight */
243241
padding: 6px 0;
244-
overflow: hidden;
245242
}
246243

247-
.marquee span {
248-
display: inline-block;
249-
padding-left: 100%;
250-
animation: scrollText 15s linear infinite;
251-
white-space: nowrap;
244+
.rent-strip marquee {
245+
color: white; /* text white hoga */
246+
font-weight: bold; /* mota text hoga */
247+
font-size: 16px; /* thoda bada font */
248+
letter-spacing: 1px; /* spacing thoda gap ke sath */
252249
}
253250

254251

255252

253+

0 commit comments

Comments
 (0)