Submitted about 1 year agoA solution to the Recipe page challenge
The Witcher 3 Griffin swords Recipe
accessibility
@benssssss

Solution retrospective
What challenges did you encounter, and how did you overcome them?
1 - Misaligned Horizontal Sections
@media(min-width: 768px){
.responsive {
align-items: baseline;
}
}
2 - Sections was very close horizontally
@media(min-width: 768px){
.responsive {
justify-content: space-evenly;
}
}
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on benssssss'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