My first solution! I hope one of you could screen it and give me some tips, I know I'm working very chaotic, but I'm to section my code a bit :) I would be grateful if someone could explain me (in a super simple language :)) how I can get rid of the frame on the bottom around the footer and apply it only to the colored section, I couldn't figure it out.
andrew skora
@askora16All comments
- @LavciaSubmitted over 4 years ago@askora16Posted over 4 years ago
Hello Lavcia! If I am understanding correctly, in order to get the footer out of the frame you need to take it out of the main div with "class = "grid", and place it below that div.
Also the frame still stays there, to remove this it looks like you need to adjust the grid-template. When i inspect your solution and turn off "grid-template: 1fr 1fr 0.1fr / 1fr 1fr;" in the ".grid" class the frame disappears. You just may need to adjust the height of the bottom 2 sections. Hope this helps and let me know if you have any other questions!
1