Design comparison
SolutionDesign
Solution retrospective
How to make it better? Your feedbacks are most important to me. Thanks.
Community feedback
- @franzockelPosted almost 4 years ago
Hey, your solution is looking good.
Just some tips:
- you could place the background circles as background images in the body, since they're not content but decorative elements.
- the positioning of the card itself could be done with display: flex; justify-content: center; and align items: center; I think this would be a better (or easier) solution, than the use of positioning absolute (my opinion 🤷♀️)
- as you can see the report mentioned some html issues. You can use this validator to check your html and css: https://validator.w3.org/ I think it's pretty helpful because you not only see issues but the cause.
I hope this helps :) keep on coding 🤙
2@gbasbuPosted almost 4 years ago@franzockel I took your suggestions and fixed my css. Thanks so much.
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