Latest solutions
Latest comments
- @faekhatamiSubmitted 8 months ago@Ibtehaj-Ali-1Posted 8 months ago
It would help if you worked on making the web pages Responsive at different breakpoints...
0 - @faekhatamiSubmitted 8 months ago@Ibtehaj-Ali-1Posted 8 months ago
Everything is Perfect!! It would be great if you make it interactive using Javascript. ✨
0 - P@AdamullaOsasSubmitted 8 months ago
- @faekhatamiSubmitted 8 months ago@Ibtehaj-Ali-1Posted 8 months ago
It is looking great and working well!! It would help if you worked on Gradients and Flex and Grid properties. You can use Flexbox to center your container:
body { display: flex; align-items: center; justify-content: center; }
Or You can use Grid!
Marked as helpful2 - @Ayomide-PhilipSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
Being able to manipulate my code to look somehow like the original design
What challenges did you encounter, and how did you overcome them?i cant really say
What specific areas of your project would you like help with?i cant really say
@Ibtehaj-Ali-1Posted 8 months agoIt would be best to work on
padding
,margin
, andcolor
properties...0 - @Lescano713Submitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of using fetch to retrieve data. Next time, I plan to implement functions to break the code into smaller, reusable pieces.
What challenges did you encounter, and how did you overcome them?When I tried to separate the code, I had trouble determining which parameters to use.
What specific areas of your project would you like help with?I need practice in breaking down my code into functions to improve organization and readability. By separating the code into distinct functions, I can make it more modular, maintainable, and easier to debug.
@Ibtehaj-Ali-1Posted 8 months agoLooking Great! Increase the spacing between the objects and it will increase the size if
height
is set toauto
.0