-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (60 loc) · 2.86 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<div class="container">
<nav>
<div class="logo">
<a href="#">Web Digital</a>
</div>
<div class="menu-link">
<a href="#">Sign In</a>
</div>
</nav>
<div class="header-info">
<h3>
It's a big world out <br>
there stand out in <br>
the crowd
</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit,<br>
unde sapiente ut ducimus obcaecati quisquam?
</p>
<div class="header-btn">
<form action="" method="post">
<input type="text" placeholder="Enter Email here">
<button type="submit">Continuous</button>
</form>
</div>
</div>
</div>
</header>
<section class="product">
<div class="container">
<div class="pro-title">
<h3>What can web digital do for me?</h3>
</div>
<div class="pro-desc">
<h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Vitae mollitia voluptatem alias, repellat porro reprehenderit <br> nam error, quis vero veniam animi itaque inventore. <br>Culpa dolores eos libero doloribus quod rem!</h4>
</div>
<div class="row">
<div class="column">
<img src="https://images.unsplash.com/photo-1480694313141-fce5e697ee25?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fHNtYXJ0cGhvbmV8ZW58MHx8MHx8fDA%3D" alt="" style="width:100%;">
<img src="https://images.unsplash.com/photo-1573152143286-0c422b4d2175?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fHNtYXJ0cGhvbmV8ZW58MHx8MHx8fDA%3D" alt="" style="width: 100%;">
</div>
<div class="column">
<img src="https://images.unsplash.com/photo-1480694313141-fce5e697ee25?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fHNtYXJ0cGhvbmV8ZW58MHx8MHx8fDA%3D" alt="" style="width:100%;">
<img src="https://images.unsplash.com/photo-1634403665481-74948d815f03?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTh8fHNtYXJ0cGhvbmV8ZW58MHx8MHx8fDA%3D" alt="" style="width: 100%;">
</div>
</div>
</div>
</section>
</body>
</html>