
Isaac C Anyim
@CreatorLZAll comments
- @lifesaver43@CreatorLZ
Axios is probably the best out there man. It's easier and has all the things you traditionally need to build around your requests while interacting with API's using JavaScript fetch. It also automatically parses to JSON.
Marked as helpful - @Naleeka@CreatorLZ
Nice work! your CVC input field accepts more than three characters though.
Marked as helpful - @Engrnoble@CreatorLZ
Yo Mike Your desktop version is pretty great. You completely overlooked the mobile responsiveness though. Media queries are pretty easy to configure 😊. You can checkout the code I wrote for this challenge. Happy coding!
- @themayank-goyal@CreatorLZ
Hi Mayank goyal! You've done a great job completing this challenge. You should check the mobile responsiveness for the footer though
- @hnvkhanh@CreatorLZ
your webpage is actually great!.
i noticed you've got some images without alt texts. you also need to wrap your components in landmarks. i think that will clear up most of the issues
Marked as helpful - @AsimKachhap@CreatorLZ
Hi. Nice work!. To center a div I generally use this syntax; display:flex; align-items:center justify-content: center
- @Piotrek1994@CreatorLZ
It's simplest if you were using react. You just need to set the hover effect and style it however you wish. I just completed this challenge. You can check out the code. For the black boxes on each bar, I set the initial opacity to 0 then targeted the components containing the boxes with an hover effect and set the opacity back to 1. This is possible as I used styled components. I must sound strange. Checkout my code. It's all there
Marked as helpful