Advice Generator using vanilla HTML CSS and javascript
Design comparison
Solution retrospective
I am having a difficult time keeping things in place both when the API gets fulfilled and when resizing the content. Also am not exactly sure how to make it SEO friendly. If anyone can help me I would really appreciate the feedback
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions to improve your design
- To
center your button
.dice-border{ /* position: sticky; left: 615px; */ position: absolute; transform: translateX(13.1rem); }
-
Remove
commented line
and add this code to your .dice-border and see the effect -
Give
cursor :pointer
on hovering button.
.dice-border:hover{ cursor: pointer; }
I hope you find this helpful. Above all, the solution you submitted is great!
Happy coding😄
Marked as helpful0@hakeemgardnerPosted over 1 year ago@NehalSahu8055 Thank You for the feedback, it was very helpful
1 - To
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