Submitted over 2 years ago
Advice Generator App using HTML and CSS
@rockingrohit9639
Design comparison
SolutionDesign
Solution retrospective
Hey there, Please give your feedback. Thank you.
Community feedback
- @Harshi786Posted over 2 years ago
Hey! Congrats on completing the challenge.
Here are some suggestions:
-
To make it more specific, add advice id.
-
In index.html file, Add
<h1 class="adviceWrapper__heading">Advice # <span id="aid"> </span></h1>
. -
In script.js file,
const aid = document.querySelector("#aid");
then In function addaid.innerHTML = slip.id;
-
-
In style.css file, change
@media only screen and (min-width: 500px)
.
Hope this helps :)
1@rockingrohit9639Posted over 2 years agoThank you @Harshi786 I totally forgot that.
1 -
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