Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Tried to use methodology BEM. Tried not to repeat the same line of code. I'm wondering how to improve the responsiveness of the site.
What challenges did you encounter, and how did you overcome them?Challenge with background, i didn't find the correct way to place it. So I still looking for the way to solve it.
Community feedback
- @amjadsh97Posted 3 months ago
good work! about background you can add this to main element: main { background: url(./images/bg-pattern-card.svg) no-repeat; min-height: 100vh; background-size: cover; background-position: center; }
1 - @MikDra1Posted 3 months ago
Nice one @Yuliya 😊
If you want to make use of background you should try absolute positioning
Good job and keep going 😀😁😉
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