Submitted about 2 years ago
basic css properties,mainly with refrence and absolute positioning
@babayaga47
Design comparison
SolutionDesign
Community feedback
- @KapilrohillaPosted about 2 years ago
Your background image isn't covering complete page , try on background image. ''' width: 100vw; height: 100vh; position: fixed; ''' this code help in setting your background image - fixed at same position . for all device width and **replace your wrapper width ** with
max-width: 80%; (just an example) min-width: 280px; ''' this code will allow your wrapper to shrink as per width of differnet device's
Marked as helpful0
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