
Submitted 3 months ago
Product preview card component (FLEXBOX , RESPONSIVE LAYPUT)
#accessibility#pure-css
@saruuja
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Doing the challenge whatever making my self proud
What challenges did you encounter, and how did you overcome them?Responsive layout but at the end i used every resource i learn the responsive layout course
What specific areas of your project would you like help with?Another responsive course
Community feedback
- @MarziaJaliliPosted 3 months ago
Well done Maaaaaaaan!!!
This is a suggestion I am giving to everyone these days:
- if you are looking for a away to centerize the
container
, you can apply these lines of code to thebody
selector.
display: grid; place-items: center; min-height: 100vh;
It will definitely make it spot on😁😁.
Marked as helpful0 - if you are looking for a away to centerize the
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