Design comparison
Community feedback
- @invictus1032Posted about 2 years ago
You should add
{cache: "no-store"}
param to yourfetch
call to prevent your request from getting cached. That way, you wouldn't receive the same advice when you roll the dice. Other than that, it's excellent!Marked as helpful1@sbetavPosted about 2 years ago@invictus1032 Updated! Thanks for your feedback.
0 - @mdabdulrahmanPosted about 2 years ago
Hi @sbetav,
Your Solution is really good!
Tips :
1.Wrap all the content in the
<main>
tag so you couldn't get an landmark error2.Use atleast one
<h1>
tagThanks!
Marked as helpful1@sbetavPosted about 2 years ago@mdabdulrahman Updated! Thanks for your feedback.
1 - @invictus1032Posted about 2 years ago
How did you freeze the container's width? Mine is adapting to the advice's length.
0@sbetavPosted about 2 years ago@invictus1032 You can add
max-width
on css properties1
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