shiva santosh jana
@santu369All comments
- @alexis-ferreira@santu369
Hi Alexis,
Good job on finishing the challenge 💪
- The headshot image is changing on button click, but the quote section isn't. Maybe you missed it. Please check once.
- @khalisabrahman@santu369
Hi Khalis,
Good job on finishing this challenge 💪
-
Try setting
display: block
on theimg
element. I faced the same issue and this trick fixed it. -
I am viewing this on mobile and I can see the top section of the image getting cropped. You can check on this once.
Thanks, Shiva
-
- @vatsalsinghkv@santu369
Hi Vatsal,
By default,
img
element is displayed as inline-block. You can change it todisplay: block
and addheight: 100%
orright: 0; bottom: 0;
topicture::before
, this should solve the problem you were facing.Good job on finishing the challenge 🙌
- @mansi05041@santu369
Hi @mansi, There is one more image provided with the design files - image-header-mobile.jpg, you can change the image to this one in mobile view. I checked the code and didn't find this being used. Hope this helps.