diff --git a/Fronted Projects/form_university/form.html b/Fronted Projects/form_university/form.html new file mode 100644 index 00000000..38e3b955 --- /dev/null +++ b/Fronted Projects/form_university/form.html @@ -0,0 +1,57 @@ + + re-evaluation form + + +

PES student re-evaluation form

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name:
SRN:
Gender:female + male
Subject for re-evaluation:
Date of Request:
Contact number:
Email:
Confirmation:I hereby confirm all details are correct
+ + +
+ + + \ No newline at end of file diff --git a/Fronted Projects/form_university/logo.png b/Fronted Projects/form_university/logo.png new file mode 100644 index 00000000..cdf9df89 Binary files /dev/null and b/Fronted Projects/form_university/logo.png differ diff --git a/Fronted Projects/form_university/style.css b/Fronted Projects/form_university/style.css new file mode 100644 index 00000000..2773a215 --- /dev/null +++ b/Fronted Projects/form_university/style.css @@ -0,0 +1,19 @@ + +h1{ text-align: center;} +body{text-align:center; +background-color: papayawhip +; +font-family: 'Courier New', Courier, monospace; +align-content: center;} +table{ + margin-top:2px; + background-color: lightgrey; +} +form{ + margin-top: 20px; +} +button{ + margin-top: 20px; + width:100px; + background-color: rgb(147, 145, 243); +} \ No newline at end of file