@OikawasanSubmitted almost 4 years ago
This is my first ever project so, please don't mind. I will try my best to make it responsive.
This is my first ever project so, please don't mind. I will try my best to make it responsive.
Hello! It looks great.
There´s one thing I´ve noticed...
Having a look at your CSS, I´ve seen that the class ".content" has the properties height and width set to "vw". Then, in your @media query, both are set to "vh".
In both cases, you should set the height in "vh" and then width to "vw". Hope you find this useful...