Design comparison
SolutionDesign
Solution retrospective
The background image did not load in the comparison before/after, however in the demo it is ok.
Community feedback
- @Mahesh-yadavPosted over 4 years ago
Hi
Nice work. The white dot on the progress bar is not placed correctly. You can use following styles.
- On
.progress
setposition: relative
. Then on::after
setposition: absolute; right: 1px
. - Then to vertically center dot inside progress bar use
top: 50%; transform: translateY(-50%)
;
1 - On
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