-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.36 KB
/
index.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
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>product</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="index.css" rel="stylesheet">
</head>
<body>
<div class="container1">
<div class="content1">
<h2>
Learn to code by<br> watching others
</h2>
<p class="f-s">See how experienced developers solve<br class="m-br"/> problems in real time.
<br class="d-br"/>
Watching<br class="m-br"/> scripted tutorial is great, but<br class="m-br"/> understanding how <br class="d-br">developer think is<br class="m-br"/> invaluable.
</p>
</div>
<div class="content2">
<button class="btn-1 f-s"><b>Try it free 7 days</b> then<br class="m-br"/> $20/mon thereafter
</button>
<br/> <br/>
<form>
<input class="input1 mg-t" type="text" placeholder="First Name"/><br/>
<input class="input1" type="text" placeholder="Last Name"/>
<br/>
<input class="input1" type="text" placeholder="Email Address"/><br/>
<input class="input1" type="text" placeholder="Password"/>
<br/>
<button class=" input1 btn-2 f-s">CLAIM YOUR FREE TRIAL</button><br/>
<input class="input2"type="checkbox"/><span class="fs-2"> By clicking the button, you are agreeing to<br class="m-br"/> our <span class="c">Terms and Services</span>
</span>
</form>
</div>
</div>
<br>
</body>