Submitted almost 3 years agoA solution to the Advice generator app challenge
Responsive HTML-CSS-JS - Advice generator app
@HugoMoncada

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Bayoumi-dev
Hey Hugo, It looks good!... Here are some suggestions:
- Use
<button class="dice-div">
instead of<div class="dice-div">
... Buttons are used for actions.
<button class="dice-div"> <img class="dice" src="/images/icon-dice.svg" alt="Advice Generator"> </button>
-
Use the
quotation
element instead of theheading
element to add more semantics to your project... ---><q>: The Inline Quotation element
-
Use
REM
for font size, It is a must for accessibility because px in some browsers doesn't resize when the browser settings are changed... See this article ---> CSS REM – What is REM in CSS?
Hope this help!... Keep coding👍
- Use
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord