Latest solutions
Latest comments
- P@joeterlecki@johnhaab
Good job on completing this challenge, it looks great!
As for your issue from looking at the inspect element, your parent div to the img has a total height of 309px, and your img has a total height of around 303. Try and locate the error by researching, removing styles and tweaking the styles.
I managed to fix your issue by changing "height: 100%" to "height: 98%" inside your ".card-header:hover::before" class.
Nonetheless great job.
- @abelgmz@johnhaab
I agree with srayala42 and, Zeyad Mohamed.
Use google fonts, its amazing also use Font Awesome. Font Awesome is the easy way to get great icons for free and they're SVG! (look up on Youtube to get them setup)
- @johnhaab@johnhaab
LOOKS FINE ON WEBSITE, LOCALHOST, MY PHONE BUT NOT THIS LOL WHAT
- @johnhaab@johnhaab
not sure why it looks like that in the preview it looks fine on the website its hosted on?
- @lucasbailo@johnhaab
I removed the <div class="attribution"> in mine as it caused issues.
And to center the content better you should add min-height:100vh; to the body. And reduce the width value of main_container.
I am new so take what I say with a grain of salt but it worked well for me on this. <3
Marked as helpful