Solution for a challenge from Devchallenges.io.
- You can see my Demo in the link above
- I used grid and :nth-child to display cards. Only three elements are present on the page: a Header, a div to display member's cards and a small footer.
- I noted that importing images with vite, you have to use "img" folder in SRC during dev. After building for production images are accessible in "public" folder. You can link images with relative or absolute paths.
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.
- Steps to replicate a design with only HTML and CSS
- Node.js
- Marked - a markdown parser
- BEM
- Sass
- Prettier
- GitHub maax6