Design comparison
SolutionDesign
Solution retrospective
Submitting again as the first attempt's link isn't working. Kindly check this out and help me getting better.
Community feedback
- @darryncodesPosted about 3 years ago
Hi Abdul,
Great solution, i think you've pretty much nailed it.
Some thoughts from me:
- try:
background-size: 100% auto;
background-color: hsl(225, 100%, 94%);
on your background - you don't position relative/absolute on your
body
and.container
div. Try:
/* position: absolute; */ display: flex; justify-content: center; align-items: center; /* flex-wrap: wrap; */ /* width: 100%; */ /* height: auto; */ flex-direction: column; /* top: 120px; */ min-height: 100vh;```
Marked as helpful1 - try:
- @eyagargahPosted about 3 years ago
Nice work on the design but when i hover over the proceed button it dosent change color , also for the cancel link and change link
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