Hi Everyone!
I had took this challenge as my first experience and newbie project on Frontend mentor to practice my CSS skills.
I hope to give me feedback. I will study hard by referring to it, thank you! :D
Thanks, Sam
Hi Everyone!
I had took this challenge as my first experience and newbie project on Frontend mentor to practice my CSS skills.
I hope to give me feedback. I will study hard by referring to it, thank you! :D
Thanks, Sam
Great job Sam.
Your work is responsive.
On smaller screen sizes, you could give the card a lesser percentage width relative to the body so that they can be spaced at the right and left sides of the card so it appears nicer.
Overall, you did very neat work.
Is the @media done properly? Are there any other glaring issues that stand out?
Nice one Goran.
A little adjustment will make the mobile view of your design come out better... to make the #orderSummaryCard responsive, you can give it a max-width with a percentage value (let's say max-width:80%;) to avoid the card from overflowing or cropping.
Try to fix the accessibility and HTML issues on your report also.
Great job.
Is it good practice to write height or width code in percentage ? or it does not matter whether we use percentage or pixel.
Writing height or width(layout's length basically) code in percentage is a type of responsive design principle called Fluid layout. It is a good practice for responsiveness.
Please don't hesitate to correct my mistakes.
Thank you.
Nice job Michael. Great work with the responsiveness.
Try as much as possible to aim for pixel-perfect development.
Great job overall.
Hey there,
nice to meet you. Have a quick look at my solution. Let me know what you think :).
Many thanks, Nella
Good job, Nella. The design came out nice. Try to fix the accessibility and HTML issues in your report.