Design comparison
SolutionDesign
Solution retrospective
I think I'm using too much of relative positions, I'm not sure that is a good practice. Can someone take a look please?
Community feedback
- @analuzcervantesPosted over 3 years ago
Hi! 🖖
Welcome to the frontendmentor community! 🎉
I would just like to give you some tips:
- For the background images
bg-pattern-top
andbg-pattern-bottom
, I recommend placing it in the body on style filebackground-image: url (), url ();
- For the position you can use
vw
andvh
background-position: right 50vw bottom 50vh, left 50vw top 50vh;
Here I leave you more information about vw and vh - Check the Accessibility issues and HTML issues report and try to fix them
Be well, keep coding! 💻👾
2 - For the background images
- @jorgeflagelPosted over 3 years ago
Hi, congratulations for your first challenge.
A tip: you should use
background-image: url(<image-url>)
in the css file for your background images. You can position the background images withbackground-size
andbackground-position
. I think it is a better practice.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