Mobile responsive Profile Card Component created using HTML and SCSS
Design comparison
Solution retrospective
I'm proud I've used the new tools I learned from the tutorial(s) specifically the sass/scss. For the next project(s) I will build I'll use sass/scss for practice.
What challenges did you encounter, and how did you overcome them?Challenges I've encountered in this project would be the background image. For this reason, 2 images are needed on the web page and this is the first time I encountered it. but it's all good. everything flows smoothly.
Community feedback
- @danielmrz-devPosted 4 months ago
Hello there!
Congrats on completing the challenge! ā
Your solution looks great!
The background pattern with the circles is a bit tricky, but if you want to get theexact position of the circles, here's how you can do it:
š Add this to the body:
background-color: var(--Dark-cyan); background-image: url("./images/bg-pattern-top.svg"), url("./images/bg-pattern-bottom.svg"); background-repeat: no-repeat, no-repeat; background-position: right 52vw bottom 35vh, left 48vw top 52vh;
I hope it helps!
Other than that, you did an excelent job!
Marked as helpful0@TakstanPosted 4 months ago@danielmrz-dev
Thank you, sir. Yeah, the background image is a bit tricky it's my first time encountering it. It took me a long time to figure it out haha. Thanks for the help sir for sure I'll save it for the other projects that needed a background like that.
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