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


    General feedback is always appreciated, especially on the use of Grid.

    Specific question:

    • Any idea how to finetune the shadow? In the design it looks as if the shadow (bottom) only starts halfway instead of in the left bottom corner. How do you create this effect?
  • Submitted


    Overall feedback is always appreciated, especially regarding CSS variables, reset and Grid as it is the first time I have used these.

    Specific question:

    Using grid I could not change the positioning of the image unless I also gave the picture-element a display property of grid. Does grid only function with direct parents?

  • Submitted


    Overall feedback regarding streamlining and accessibility appreciated.

    Specific questions:

    • Regarding placement of the svg-icons. Is display: flex the most intuitive way or would ::before be preferable.

    *Regarding the :hover on the image. It was suggested to use display: none / display: block to make it appear, however this did function. Any suggestions as to why this dod not work? I went with opacity: 0 / opacity: 1 instead.

    Many thanks!

  • Submitted


    Overall feedback would be greatly appreciated.

    Specific question:

    • Is there an alternative way of pushing down the <footer class=".attribution">? Using margin pushed my other content upwards.