-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (52 loc) · 2.18 KB
/
index.html
File metadata and controls
55 lines (52 loc) · 2.18 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="UT8";>
<Head>
<title>Visual Studio Code - Code Editor</title>
<link rel="stylesheet" href="index.css">
</Head>
<body>
<section id="1st step">
<div class="type">
<div class="typechild1">
<img src="vs org.png" width="30" height="25" style = "padding-right:5px;"/>
Visual Studio Code
<span class="cause">Docs</span>
<span class="cause">Updates</span>
<span class="cause">Blog</span>
<span class="cause">Blog</span>
<span class="cause">API</span>
<span class="cause">Extensions</span>
<span class="cause">FAQ</span>
<span class="cause">Learn</span>
</div>
<div>
<input type="text" placeholder="  Search Docs" class="style"/>
<button class="button">Download</button>
</div>
</div>
</section>
<section id="second step">
<div class="step"> <a href="https:google.com">Version1.92</a>is now available!
Read about the new features and fixes from July. </div>
</section>
<section id="3rd step">
<div class="parent">
<div class="child1">
<button class="child1link">Free. Built on open source. Runs everywhere.</button>
<div class="codestyle">
<p>Code <br> Editing. <br> Redefined.</p>
</div>
<button class="downloadbtn">Download for Windows</button>
<div class="web">
<a target="_blank" href="/">Web,</a> <a target="_blank" href="/">Insiders edition,</a> "or"
<a target="_blank" href="/">other platforms</a>
<div style="padding-top:10px;color:gray;font-size:13px;">By using VS Code, you agree to its <a target="_blank" href="/" >license</a> and
<a target="_blank" href="/">privacy statement.</a>
</div>
</div>
</div>
<div class="img-section">
<img src="Vs code.png" width="625" height="420"/>
</div>
</div>
</section>