Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 1 year ago

Recipe page

accessibility, vite, sass/scss
Darek•140
@DarekRepos
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 was so excited to finish this solution. I learned how to manage styles, write semantic HTML, and focus more on details in the design files. The page is responsive and it should have accessibility features. I used some CSS tricks to display tables and create custom bullet points.

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

Tables and bullet points were a bit challenging due to non-standard elements displaying incorrectly. I centered the bullet points horizontally and vertically.

•
.text-bullet-centered {
    position: absolute;
    left: -.5rem;
    top: 50%;
    transform: translate(0%, -50%);
    font-weight: bold;

}

Also, There are many ways to display margins in tables. I learned a lot and used a CSS trick to achieve the desired display. I researched different options to find the best fit for my project.

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

Are there any strategies for what to create first when using Sass? My component elements are probably not the best approach. How can I improve the layout of my components? Are these elements readable?

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 Darek'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

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

Frontend Mentor

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

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