Skip to content
Submitted over 1 year ago

Newsletter Sign Up

LVL 4
@KapteynUniverse
A solution to the Newsletter sign-up form with success message challenge

Solution retrospective


What specific areas of your project would you like help with?

I like to do these basic validations with css instead of js but this time, this doesn't work. I couldn't figure out the reason

input {
position: relative 
}

input:not(:placeholder-shown):invalid::after {
    content: "Valid email required";
    height: 16px;
    width: 16px;
    position: absolute;
    top:0;
    right:0;
  }
Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Asilcan Toper’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