Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 2 months ago

Intro Component With Sign-Up Form using CSS Grid

Danielle Evans•120
@daniellemevans1
A solution to the Intro component with sign-up form challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

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!

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community 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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License