Meet landing page - HTML, SCSS, RWD, flexbox, grid layout
Design comparison
Solution retrospective
I learnt the image-set()
CSS function to serve several resolutions of a same background image. For the next time, I will try to create a mixin or a Sass function to manage the image-set()
content to avoid some repetitions.
The Figma file does not separate the green filter from the background image on the footer. I overcame by using the image located in the starting folder and applying a background colour on a pseudo-element covering that image.
What specific areas of your project would you like help with?No particular help requested.
Community feedback
- @i-prkrPosted 2 months ago
Thanks for your solution! I enjoyed looking into your Sass implementation and different approach, the solution looks really nice. Getting more familiar working with images it was helpful to see how you have inserted the images in the solution. I took the chance to look into
image-set()
so thanks for that!I noticed that the images in the photo gallery zoom in and change shape particularly in the larger medium screen sizes, was this intentional? I think it still looks great - but for my own undestanding is this coming from using
block-size
andobject-position
on the images to make them uniform given they are different sizes and shapes? Rather than letting the grid size them automatically?0@webdevbynightPosted 2 months ago@i-prkr I did not use
object-position
, butobject-fit
. I usedblock-size
to make images equal in height. I just adjusted theobject-fit
value for the images not to seem cropped on larger screens.I hope I have answered your questions.
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