This is the first project I've worked on. I ran into some minor issues along the way, but managed to solve them all in the end - except for one. The image on mobile devices is giving me a hard time, couldn't quite get it to work as instructed. If anyone can lend a hand, I'd really appreciate it
Isaac
@IsaaclkmAll comments
- @sthefano-devSubmitted 10 months ago@IsaaclkmPosted 10 months ago
I think it's because your image is inside your main tag so the padding that you're giving to your main in the media query is also affecting your image. Try making the padding of the main 0 and giving the padding to all the other members but the image. Overall it looks really good, great job!
Marked as helpful0 - @aaronamosoSubmitted over 2 years ago
I found difficulty in centring the preview cards and the hover button. It seems that when the cursor hovers, the text disappears and I am unsure how to fix it!
I also want to improve my CSS and I know it looks crazy at the moment but I indeed need help with minimizing the use of it--it is currently cluttered. Any tips would be appreciated!
@IsaaclkmPosted over 2 years agoHi, I can't see the preview but by watching your CSS I think the issue might be that the color of the font of the buttons remains the same when you hover them, you should also change the text color with the color property so that it's different from the background at the moment they are hovered.
1