-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added hover effect and onClick event for marquee text (#264)
Description: This PR introduces the following changes to the marquee text component: 1.Hover Effect: A hover effect has been added to the marquee text to improve user interaction. The text changes its appearance when hovered over, providing a more dynamic user experience. 2.onClick Event with Anchor Tag: The marquee text is now wrapped inside an anchor () tag. When clicked, the user is redirected to the cart.html page. The anchor tag also triggers the generation of a coupon code, which is displayed on the cart page. Changes Made: 1.Added CSS to apply a hover effect on the marquee text. 2.Used an anchor () tag to handle the click event, redirecting the user to cart.html and generating a coupon code. Screenshots/Recordings: Uploading Added Hover Effect.mp4… Please review the changes and let me know if there are any additional improvements or adjustments required.
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
|
||
"liveServer.settings.port": 5501 | ||
"liveServer.settings.port": 5502 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters