forked from codehouseindia/Everything
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Contactus.html
30 lines (30 loc) · 1.11 KB
/
Contactus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>University</title>
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<section class="container5">
<h1>CONTACT US</h1>
<form action="#">
<div class="form-group">
NAME:<input type="text" name="" placeholder="enter your name">
</div>
<div class="form-group">
EMAIL: <input type="text" name="" placeholder="enter your email">
</div>
<div class="form-group">
ISSUE:<textarea name="" id="" cols="30" rows="5"></textarea>
</div>
<div class="form-group">
<input type="reset" value="SUBMIT">
</div>
</form>
</form>
</section>