3 column card component (html, css)

Solution retrospective
Could you tell me if i have a tidy code? Or maybe there is some things to improve in code organisation. I also want to as if i correctly uploaded repository. I am waiting for some extra tips
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Nene16
About your repository, I had the same problem. I solved the issue changing alt="" with title="".
Marked as helpful - P@sorengrey
About your repo -- I don't think it's necessary to include the style guide or the readme template. Those are just guides for you. You can add them to your .gitignore to keep them from being pushed to your repo.
As for your code, you can round the edges of your divs in CSS with the border-radius property. When I did this project, I used border-radius: 0.5em.
Otherwise, this is looking great!
Marked as helpful - @Andrii-Rohov
Try to use gitHub pages, its in repository settings, you would only need to add index.md file into youre project and write all files wich needed for page like this (index.html style.css etc)
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