Submitted over 2 years ago
Order Summary Component Using Html & CSS
@Pravallika1519
Design comparison
SolutionDesign
Solution retrospective
It is very easy for beginner like me to learn more by getting feedback and suggestions from you. Can you please be an initater for this learning process by correcting me ?
Community feedback
- @MURRAY122Posted over 2 years ago
Hi Pravallika Reddy,
Congrats on the challenge! Just a quick couple of things that might help.
- Consider using a separate file for your CSS called "styles". You can then link your styles to your html page with
<link rel="stylesheet" href="styles.css">
within yourhead
tag. - Also consider using a media query that way you can change styles of elements such as their padding, margins, or font sizes etc... depending on the user's screen size.
- Your
img
tag would be best suited in adiv
tag ash
tags are meant for text.
Congrats again on the challenge. Keep it going!
0@Pravallika1519Posted over 2 years ago@MURRAY122, I will update the changes mentioned by you. Thanks for guiding me. As I am a beginner, it really helpes me.
0 - Consider using a separate file for your CSS called "styles". You can then link your styles to your html page with
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