Advice Generator App Using Html , Css ,Javascript and Advice Slip JSON
Design comparison
Community feedback
- @tobezhanabiPosted over 1 year ago
Hi Pavan, You did a nice job working with an API. Congratulation on submitting a working task. ππ
Here are a few suggestions to the issue with your solution.
Work on HTML The landmark <main class="container"> should not be a child to <section class="background" >. Landmarks in HTML are structural elements that define the major sections of a webpage. They include semantic elements such as <header>, <nav>, <main>, <article>, <aside>, and <footer>
Heading You left the h1 tag empty, maybe you forgot to put the advice numbers there.
Add
slip.id
from the API to take in the Advice's numbers and display it.Others
- You should make your dice button glow when its hovered on and change the cursor to pointer... Like so:
.circle:hover { cursor: pointer; box-shadow: 0px 0px 20px 0px rgba(82, 255, 168, 1); }
Hope you find this helpful
Happy Codingπ
0
Please log in to post a comment
Log in with GitHubJoin 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