Submitted almost 4 years ago
Profile card component using sass and flexbox
@manuel-sm
Design comparison
SolutionDesign
Solution retrospective
Hi, this is my first challenge. I wanna know if there's anything I can change to improve my code. Any feedback would be appreciated.
Community feedback
- @mansoor-roeen-glitchPosted almost 4 years ago
Hi Manuel Santiago 👋, congratulations on your first submission!! Your solution look very nice.
I suggest.
- adding the background patterns, you could either add them as images to your html file and then give them a position of absolute or you could use the background property of css on your .body class element.
background: url(bg-pattern-left) no-repeat url(bg-pattern-right) no-repeat. background-position: top-left, bottom-right.
hopefully this was helpful!!! happy coding 🎉🎉
2@manuel-smPosted almost 4 years ago@mansoor-roeen-glitch Thank you, I really appreciate your comment. It's helpful.
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