All kinds of feedbacks and suggestions are welcome. Thank You!
Von Joseph
@vonryanpogiAll comments
- @SachinMulgirSubmitted over 2 years ago@vonryanpogiPosted over 2 years ago
Good job completing the challenge, i have some feedbacks on the solution:
1.To make it responsive you would need to use @media queries change the flex-direction of <main> on small screens (min-765) to column.
2.Use flex-direction to column reverse in your <main>, so that the image will go first before you .textbox class.
3.You might also want to look into using semantic HTML tags like section or article. Would have been a much better option compared to having div all over your entire markup.
4.If you still a little bit confused you can take a look at my solution and learn from it. https://vonryanpogi.github.io/stats-preview-card-component-1st-attempt/
I hope my feedback helps you, happy coding.
0