qwibbler / awesome-books

A small catalogue of all the books YOU consider important enough to save! Built with html, css and js
MIT License
6 stars 0 forks source link

Peer to Peer Code Review #7

Open danalvrz opened 2 years ago

danalvrz commented 2 years ago

Hi @joseheco and @qwibbler, I love your project! And all of the little added details are very fun to experience as a user, great job! 💥 👏

I would like to make a suggestion about the background color to the even numbered books on the list, because with transparent background is hard to read the text. Maybe a solution could be just to add a css rule like the following:

#bookList ul:nth-child(even) {
    background-color:  /*some color*/;
}

Happy coding!

williamrolando88 commented 2 years ago

Hi guys, :wave:

I have the opportunity to see your project and I really liked it.

I have one suggestion that could come in handy:

Another thing I noticed was that the background image for the sections for the saved books disappeared because of a broken link, I'm not sure how can you fix this problem, but I think this page could help.

Happy coding! :smile: :four_leaf_clover: