Responsive two column layout with HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @aatifsohel
Well done for finishing the challenge.
Here are some ideas I have to make it a little better:
- In order to challenge design, we must code the component as closely as possible. Figma can be used to determine dimensions. import the screenshot into Figma.
- The summary section on the right has box shadow applied to it. You must use the entire container.
- Proper use of blur and spread on box-shadow property is required. Using Chrome Dev Tools is the best way to experiment it.
- Try to use semantic HTML. When creating user interfaces, proper layout or sectioning is essential.
- For headers, you used H1 and H5. The most important heading is h1, and h6 is least important.
Join 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