Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    My question is, do you upload your whole project folder to the hosting site or do you make some kind of production folder (e.g. /dist, /prod) and just upload that? I've uploaded the whole thing and it seems fine because the project isn't that big.

  • Submitted


    I did the paddings for the text grid items manually with media queries. How should I do it differently to have the padding automatically adjust? When I did it with percentages, it didn't work.

    Other struggle I had was the header background image. I made it with CSS background-image, but I didn't know how to make the element width and height of the background so the whole background would be visible. I reckon it can't be done, or am I missing something? (I found a workaround to this problem with padding-top and aspect ratio in percent value).