So, after many researches i couldn’t find any help to solve my two problems while building this page:
https://codepen.io/f3rn4nd0000/full/NWNraZL
- The both images on top right and left won’t shrink when using low resolution screens, so they aren’t responsive, i’ve searched in sites like stack overflow and tried to apply the basics:
{
height: auto;
max-width: 100%;
}
But they won’t resize, idk what i’m doing wrong!
- The white space at the bottom and the top of the page isn’t very pleasing.
Here i am asking how can i sort this out ?