Intro Component With Sign-Up Form using CSS Grid

Solution retrospective
I used grid-template-areas, grid-auto-rows and grid-auto-columns for the first time. I discovered that when working with CSS Grid, if you have an element that your trying to move nested inside another element, CSS Grid won't position that nested element. It will only position the outside element it is nested inside of.
What challenges did you encounter, and how did you overcome them?I discovered that with putting icons into input fields, where JavaScript will be controlling the visibility, Flexbox helps to put the icon in the input field. I reviewed position: relative and position: absolute I tried out align-items: flex-end I learned of git stash while working out a Git merge. After manually accepting changes, the files need to be added to the stage. Then a commit can be done.
What specific areas of your project would you like help with?I'd like to know if it's true that CSS Grid doesn't position elements that are nested inside of other elements. Any feedback would be helpful!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Danielle Evans's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord