-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail.html
More file actions
41 lines (37 loc) · 1.1 KB
/
Copy pathemail.html
File metadata and controls
41 lines (37 loc) · 1.1 KB
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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ARAV EMAIL</title>
<link rel="stylesheet" href="styl.css">
</head>
<body>
<header>
<div class="container">
<div class="header-left">
<img class="logo" src="https://149362230.v2.pressablecdn.com/wp-content/uploads/2018/08/coursera-social-logo.png">
</div>
<div class="header-right">
<a href="#" class="login">Log in</a>
</div>
</div>
</header>
<div class="top-wrapper">
<div class="container">
<h1>Your Course to Success</h1>
<p>Build skills with courses, certificates, and degrees online from</p>
<p> world-class universities and companies</p>
<div class="sign_up">
<p>Email (Required)</p>
<input>
<p>Password (Required)</p>
<input>
<p>** Required fields must be filled</p>
<div class="btn-wrapper">
<input type="submit" value="SIGN UP" href="#" class="btn contact-submit">
</div>
</div>
</div>
</div>
</body>
</html>