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 comments

  • Kaspars 60

    @kliimish

    Submitted

    Hello! Any feedback would be of immense value. Mainly was focusing on using grid, so maby some tips and tricks anyone could share? Maby even share a link for some reading maerial. Thanks in advance! :) Just started out here, so will challange my self a bit more as i go. For now mainly focusing on grid and flexbox.

    @Reebeecka

    Posted

    One small tip is to look in to grid-area!

    Something i found really helpful the first few times doing grid was a grid generator, just to see how many rows i need and so forth. I used this website but use it and try to understand the code its generating. Thats how i learned grid layouts :) https://cssgrid-generator.netlify.app/

    Marked as helpful

    0
  • @Reebeecka

    Posted

    Hello! You dont need to rotate the background-image, just change the URL from background-image: url("./images/bg-desktop.svg"); to background-image: url("./images/bg-mobile.svg");

    since you already have both in your img files!

    Marked as helpful

    0