Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saili-shinde/form-
Project in HTML
https://github.com/saili-shinde/form-
Last synced: about 1 month ago
JSON representation
Project in HTML
- Host: GitHub
- URL: https://github.com/saili-shinde/form-
- Owner: saili-shinde
- Created: 2022-08-14T06:57:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T05:54:16.000Z (over 1 year ago)
- Last Synced: 2023-08-03T06:43:49.015Z (over 1 year ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form-
## style.css
```
input{
background-color:lightblue
}
form{
background-color:lightgreen
}
```## form.html
```
FORM
first name:
middle name:
last name:
Email:
phone no. :
Date Of Birth:
Upload Your Resume:
Upload Your Photo:
GENDER :
female:
male:
trans:
Password:
SUGETIONS:
```## output image
![forms image](https://user-images.githubusercontent.com/111215095/184526209-e79d7894-51d2-4518-bbc3-4262eb7c98d2.jpg)