forked from ikram3031/aaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.51 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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,500;0,900;1,700&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<p class="sub">Our popular services</p>
<h3 class="title">We take care of your business</h3>
<p class="subtitle">
There are many variations of passages of Lorem Ipsum
available but the majority.
</p>
<div class="section">
<div class="row">
<div class="column">
<h4>Title</h4>
<p>Subtitle</p>
</div>
<div class="column">
<h4>Title</h4>
<p>Subtitle</p>
</div>
</div>
<div class="row">
<div class="column">
<h4>Title</h4>
<p>Subtitle</p>
</div>
<div class="column">
<h4>Title</h4>
<p>Subtitle</p>
</div>
</div>
</div>
</div>
</body>
</html>