I tried to re-create the Starbuck webpage for html/CSS project. 1/3 of the background should be fixed and not scrolled up. I tried to make a fixed one. However, the bottom is scrolling, leaving empty page. Can someone help me with this please?
.main {
display: grid;
grid-template-columns: 1fr 2fr;
}
@PPveena, It looks great, are you watching a tutorial or something? I was free so I wanted to try projects of my own, where did you get the idea, what resources did you use and where did you get the high quality images, and lastly did you learn this from the course from Mosh? Just curious because it looks awesome, I quit coding for a while but I am back so I wanted to start off with a good project like yours.