-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
53 lines (49 loc) · 1.76 KB
/
Copy pathdev.html
File metadata and controls
53 lines (49 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<link rel="stylesheet" href="dev.css">
</head>
<body>
<div class="back">
<div class="main">
<div >
<img src="/Web Programming/CSS/webdev2.jpg" alt="pic" width="100px" height="40px"/>
</div>
<div class="header">
<nav>
<a href="#">▾ Learn</a>
<a href="#">▾ Measure</a>
<a href="#">▾ Blog</a>
<a href="#">▾ Case studies</a>
<a href="#">▾ About</a>
</nav>
</div>
<div class="srch">
<input type="text" placeholder="Search....">
</div>
</div>
<div class="set">
<p>Join and donate to <span><a href="#"> UA DevFest for Ukraine,</a></span>a charitable tech conference happening June 14–15 supported by Google Developers and Google Cloud.</p>
</div>
<div class="card">
<h3>About web.dev</h3>
<div class="img">
<img class="img" src="https://web-dev.imgix.net/image/jxu1OdD7LKOGIDU7jURMpSH2lyK2/zrBPJq27O4Hs8haszVnK.svg" alt="web" height="130px"/>
</div>
<div class="content">
<h1>Let's build the future of the web, together</h1>
<p class="p">
Take advantage of the latest modern technologies to <br>
build amazing web experiences for everyone.
</p>
</div>
<button class="btn">LEARN MORE</button>
</div>
<div class="card2">
</div>
<div >
</div>
</div>
</body>
</html>