Design comparison
Solution retrospective
I'm proud of the entire thing as a whole, this was a step up in difficulty compared to previous challenges for me, and also proud of my inability to double check, see below lol.
What challenges did you encounter, and how did you overcome them?I thought I had to align the two images for hero left and right well to scale up even if it's two separate images, until I realized there's the combined image in the assets folder also. I also had trouble putting the background image in for the footer, until I realized I was misspelling the css property.
What specific areas of your project would you like help with?I saw on a few notes about shorthand properties and the / in css, I dont know what it is, it seems very specific on what it does on specific properties, and MDN docs weren't exactly easy to understand.
Community feedback
- @JYLNPosted 12 days ago
This looks great! Good work! Svelte is an awesome framework, I've had a hard time getting into Astro though.
The only thing I can say that may help you in the future, for the buttons in the hero, you can use flex-wrap rather than using flex-col and flex-row with a breakpoint to produce the same result of the column/row layout for the buttons.
Good work!
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