-
-
Notifications
You must be signed in to change notification settings - Fork 153
ZA | 25-ITP-May | Malusi Skunyana | Sprint 3 | Quote Generator #707
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
base: main
Are you sure you want to change the base?
Conversation
/* Button styling */ | ||
button { | ||
background-color: var(--accent-color); | ||
color: white; |
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.
It is better to be consistent and use hex here as you did earlier.
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.
Thanks Waldo, I appreciate the feedback.
font-size: 1rem; | ||
border-radius: 3px; | ||
cursor: pointer; | ||
margin-top: 30px; |
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.
Usually it is better to use relative units like vw and vh for example. This makes building for mobile easier.
well done |
Learners, PR Template
Self checklist
Changelist
Updated the title element in
index.html
to "Quote generator app", wrote a program to call the pickFromArray function, added auto-play functionality, and wrote CSS for the page.Questions
Ask any questions you have for your reviewer.