/Sign-up-form

This is a web page where users must enter the information required to access the website's services.

Primary LanguageHTML

Intro component with sign up form

This is a web page where users can enter the information required to access this website's services. The information collected is signup forms requires a First name, Last name, an email address, username, and a password.

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • Javascript

Proud of

some code snippets, see below:

<button type="button" class="tryIt-btn">
  <b>Try it free 7 days</b> then $20/mo. thereafter
</button>
.proud-of-this-css {
  @keyframes myAnimation {
    0% {
      transform: translateX(-100px);
    }
  }
}
if (emailValue.match(RegExp)) {
  errorMessage[index].innerHTML = "🎉";
}

Author

👤 Favour Amarachi Ezeugwa

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Frontend mentor