Submitted almost 4 years ago
Responsive Sass practicing BEM and SMACCS style organization
@mikeronewman
Design comparison
SolutionDesign
Solution retrospective
Trying to learn and practice as much as possible. Positioning the background circles was tricky to say the least and there is probably a much more responsive way to do so. Any feedback welcome.
Community feedback
- @SzymonRojekPosted almost 4 years ago
Hi Michael,
Welcome here, and well done :D
I have checked your HTML structure, a few tips from me:
- alt text => don't need to use words like picture or image, photo, icons in the alt text as it's already announced as being an image;
- I don't recommend using two sections in this project => I think one will be ok;
- instead of section class="card__stats" you can use ul > li;
- h2 doesn't have to be here;
- the circles are a bit tricky in this challenge: I have used pseudo-elements, position absolute, vw and vh, background url, transform translate and @media;
- transfer footer to the bottom and center it.
Greetings :D
2@mikeronewmanPosted almost 4 years ago@SzymonRojek thank you so much for your input, very helpful advice!
0 - Account deleted
Hello, I think all has been said by Szymon. Nice project, it's overall well done! :D
0
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