Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBen Ja
Courses Plus Student 5,707 Pointsi am not getting sticky footer with display: grid;
i am not getting sticky footer as shown in tutorial. In tutorial it uses display: grid; . I did everything as mentioned in the video. Please help me with it. How do i get sticky footer with grid layout?? i have header, main, aside, footer in div tags, but footer is not sticky :(
1 Answer
Ben Ja
Courses Plus Student 5,707 Pointshey man, i got my answer in the same video as it was grid-template-rows: 100px minmax()200px, auto 100px; this made footer centered. thanks
Steven Parker
231,198 PointsSteven Parker
231,198 PointsIt would help if you share your code. You might want to take a look at this video about sharing a snapshot of your workspace.