-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>online task 1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<nav>
<h1>Miro</h1>
<button>sing up free > </button>
</nav>
<div id="partOne">
<div id="top">
<h1>The online whiteboard <br> for easy collaboration</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing <br> elit.Natus recusandae repellat a dolor
</p>
<button>get started > </button>
<br>
<br>
</div>
<div id="bottom">
<img width="70%" height="70%" src="https://img.freepik.com/free-vector/hand-drawn-private-school-landing-page_23-2149725289.jpg" alt="web image">
</div>
</div>
</div>
</body>
</html>