Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Component With SignUp - Form Master

@santi19999

Desktop design screenshot for the Intro component with sign-up form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Me costó mucho lograr este resultado. No creo que sea muy óptimo , pero voy aprendiendo de a poco. Atento a sus sugerencias! Saludos

Community feedback

Byron 2,290

@byronbyron

Posted

Looks good!

You might need a cursor: pointer; on the <input type="submit">

Maybe also a touch of padding-left on the text inputs as well.

input {
    width: 100%;
    height: 44px;
    font-weight: 500;
    border-radius: 5px;
    border: 1.3px solid var(--Grayish-Blue);
    box-sizing: border-box;
    padding: 0.5rem 1rem;
}

.btn {
    ...
    cursor: pointer;
}

Marked as helpful

1

Please log in to post a comment

Log in with GitHub
Discord logo

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