Design comparison
Solution retrospective
Hardest part of this project is Status card in large screen. How to use clip-path in this status card.please let me know.
any feedbacks are welcome );
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hi John Selastin, how are you? I really liked the result of your project, but I have some tips that I think you will enjoy:
to make the background image more like the example layout, do this:
@media (min-width: 56.5em) body { background-size: 100% 50vmin; }
To make the content more responsive in smaller resolutions, prefer to use relative measurement units like
%
, to make the element adopt!The rest is great!
I hope it helps... 👍
1@Johnselastin7854Posted almost 2 years ago@AdrianoEscarabote Thanks for your Feedback .It's really helpful.
One More question Adriano
My linear gradient is not working. What's the problem.
1@AdrianoEscarabotePosted almost 2 years ago@Johnselastin7854 do this:
background: linear-gradient(45deg, black, white);
and change the colors1@Johnselastin7854Posted almost 2 years ago@AdrianoEscarabote Given linear-gradient is not working.. So I used Red color.. What's the problem
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