Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Iago, good job! I took some time to look at your code and have some ideas for improving it:
- not use css inline style inside html but write a class in the css stylesheet
- use
h1
fot title of card insteadh5
- remove
br
under button because it's for vreak line of text - For add the top image in the background just put more specific background properties to the body:
background: url("../img/pattern-background-desktop.svg") no-repeat top center; background-size: contain; background-color: #e0e8ff;
Overall you did well 😉
Hope this help and happy coding!
Marked as helpful1@iagohenrique2009Posted over 2 years ago@denielden thanks again for the tips! i really really apreciate it. I made a few changes but the border-radius i was only able to change it in css inline(bootstrap law)
1
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