Submitted about 1 month ago
Social Links Profile Tree with HTML and CSS
@gabrielcasag
Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
The main challenge was that i not have the design file so i have to estiuplate de measurements
Community feedback
- @MikDra1Posted about 1 month ago
Here is how you can make your card responsive easily
.card { width: 95%; max-width: 42.5rem; }
On smaller screens, the card will occupy 90% of its parent (such as the body), but once it reaches 42.5rem (680px), it will remain like that.
I hope this tip was useful to you! 💗💗💗
Great work, and keep it up! 😁😊😉
Marked as helpful1
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