Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 11 months ago

Recipe page using flexbox and sassy css

semantic-ui, sass/scss
HamzeKabi•100
@HamzeKabi
A solution to the Recipe page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?
  • I used sassy css this time, and applied it's robust features like mixin and nesting. It makes reducing redundancies much easier.

  • Started designing mobile first, and used media queries for larger screen sizes

  • So far I've been coding in plain notepad to make myself more familiarized with syntaxes, in my next project I'll be using vs code so as to reduce redundancies along writing (since it is harder without IDEs features) and increase speed.

What challenges did you encounter, and how did you overcome them?

I wanted margin-top of the image to become 0 for mobile screen and 5% for bigger screen sizes, even though I added margin-top of 5% in the following media query:

@media only screen and (min-width: 376px)

It would not get applied, and seemed to get overridden by margin-top of 0 outside media query, I had to use !important inevitably.

What specific areas of your project would you like help with?

I mentioned my problem in

"What challenges did you encounter, and how did you overcome them?"

section, How can I overcome it without using !important.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on HamzeKabi's solution.

Join 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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License