Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
12
Comments
2
Oscar Vaquera
@vaqueraoscar0

All comments

  • Roma•230
    @roma-nikolaichuk
    Submitted about 2 years ago

    Newsletter sign-up form with success message (Mobile-first+BEM+SASS)

    #animation#bem#sass/scss#accessibility
    2
    Oscar Vaquera•270
    @vaqueraoscar0
    Posted about 2 years ago

    Great Job! The animation you added gave it a nice touch. I don't really see anything wrong with it, the only thing that i see that could have been improve was the input error message handler, but thats just preference, overall good job!

  • out0fSpac3•90
    @out0fSpac3
    Submitted about 2 years ago

    Newsletter sign-up

    2
    Oscar Vaquera•270
    @vaqueraoscar0
    Posted about 2 years ago

    Nice! i haven't done this one yet but looks kind of fun. Your solution look amazing, one thing that i did notice is that your input (input-box) is a bit off and inside of your placeholder you added a big space to indent the text. What you could have done there is to add a padding, your solution currently has this:

    HTML:

    <input class="input-box" type="text" placeholder=" email@company.com" autocapitalize="none">

    CSS:

    .input-box {

    margin-top: -10px;

    margin-bottom: 10px;

    opacity: 0.8; }

    A Solution:

    HTML:

    placeholder=" email@company.com" <--- remove the space

    CSS:

    .input-box {

    margin-top: -10px;

    margin-bottom: 10px;

    opacity: 0.8;

    padding-left: 15px; <------------------- add a padding

    }

    Other than that great job! Hope this helps.

    Marked as helpful
Frontend Mentor logo

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

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub