-
-
Notifications
You must be signed in to change notification settings - Fork 205
Karla Grajales | Module-Data-Groups | Sprint-3 Quote Generator App #294
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Chrome browser also shows this error: This is also the first time I am aware of it. Just thought you might be interested to know. |
Thank you for the article @cjyuan I saw yesterday that the audio needs to have a displayed button where to mute or replay. Read more thank you for sharing this. I have to look into it. |
Thank you, @cjyuan. I removed the script in the HTML to fix the error. I moved the media to the assets folder relative to the root directory. I can not see the error with the image on my side. Thank you for your quick response. |
|
cjyuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just suggested a way to fix the image URL problem. Feel free to mark this PR as completed anytime.
Sprint-3/quote-generator/style.css
Outdated
| @@ -1 +1,75 @@ | |||
| /** Write your CSS in here **/ | |||
| body { | |||
| background-image: url("/Sprint-3/quote-generator/stars.webp"); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of using an absolute path, it is better to use a path "relative to style.css".



Learners, PR Template
Self checklist
Changelist
I’ve learned to manipulate the DOM by creating and appending elements like buttons and divs. I implemented a random quote generator, handled events to display new quotes and control auto-quotes, and added background sound functionality with the Audio mp3, enriching the user experience. 🔊
Questions
Ask any questions you have for your reviewer.