Design comparison
SolutionDesign
Solution retrospective
Hi there~ I really have trouble adding the introduction image for bigger screens. Where should I add it in HTML and how to make it responsive? And I don't know how to deal with two formats of the image (png and webp). TIA~~~
Community feedback
- @AudreyLovelacePosted almost 2 years ago
.hero { display: grid; grid-template-columns: 1fr 1fr;
&_right { // @include border(); z-index: -1; display: block; position: relative; width: 150%; top: -50px; min-width: 400px; overflow-clip-margin: content-box; overflow: clip; }
}
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