A practical demonstration of designing an HTML form. This project is designed to look like mint.com's sign up form, for the purpose of practical demonstration. The project is part of a series of projects to be completed by students of Microverse.
- HTML
- CSS
Clone the repository to your local machine
$ git clone https://github.com/forison/html-forms.gitcd into the directory
$ cd html-formsopen index.html with your favourite web browser.
The demo page can be found HERE
Ebuka Umeokonkwo and Boakye Addo Forison
- Fork it (https://github.com/forison/html-forms/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details