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

Base Apperal Responsive UI (cat de cat)^_^

Marius 130

@Idksomany

Desktop design screenshot for the Base Apparel coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@AssadullahADELYAR

Posted

Hello!

Congratulation you have done very well, try to improve your design for medium size you like you can center the h1 tag and increase the size of input.

for input to remove the white background add background-color: transparent:

#email-input {
    padding: 1rem 2rem;
    border: 2px solid var(--ds-red);
    outline: none;
    border-radius: 30px;
    width: 60%;
}
#email-input {
    padding: 1rem 2rem;
    border: 2px solid var(--ds-red);
    outline: none;
    border-radius: 30px;
    width: 60%;
   background-color: transparent;
}

I hope it is helpful

Happy coding

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