@gilotin
Posted
Hello, your card is looking great , I'll give you just little suggestions for better HTML semantics and try to explain me why you need documentation.
- You can use <section> or <article> for one of the div tags, because you are creating card that should have <h1> instead of topic tag. This is important for good accessibility and SEO.
- Please provide structured documentation (readme.md file) it's important for future projects when you are applying for jobs. The documentation example is provided in the materials. If you don't know Markdown you can check in YouTube for more info.
Marked as helpful