File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff 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 15 s 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 : 16 px ; /* thoda bada font */
248+ letter-spacing : 1 px ; /* spacing thoda gap ke sath */
252249}
253250
254251
255252
253+
You can’t perform that action at this time.
0 commit comments