Zainab
@ZainabProgrammerAll comments
- @Axda-Web@ZainabProgrammer
Greetings,
I appreciate your work and that was amazing to see how interactive this project is. Well done!
- @anaislcno@ZainabProgrammer
Hey there,
Your design looks good on small screens but try to make card centered on larger screens and also try to add a loading state when api is fetching data to make it more interactive and engaging.
Hope it helps...
- @mcasti19@ZainabProgrammer
Hi, there overall your code looks good and design too, there is suggestion from me that inside your paragraph you should align text centred instead of taking the full width and give the padding to make it as close to design as possible.
.track-item{ text-align:center; padding:1rem; }
Hope, it help you..
- @AdamsRuth1@ZainabProgrammer
To make the div centred both horizontally and vertically you should try:
.main-div{ width:100%; height:100vh; display:flex; align-items:center; justify-content:center; }
Hope it helps you...
Marked as helpful