-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
48 lines (48 loc) · 2.03 KB
/
categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Categories</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<section id="category-section" class="category-section">
<p class="section-subtitle">CATEGORY</p>
<h2 class="section-title">We Offer Best Services</h2>
<div class="services-container">
<div class="service-item">
<img src="images/Group 48.png" alt="Calculated Weather" class="service-img" />
<h3 class="service-title">Calculated Weather</h3>
<p class="service-description">
Built Wicket longer admire do barton vanity itself do in it.
</p>
</div>
<div class="red-shape"></div>
<div class="service-item">
<img src="images/Group 51.png" alt="Best Flights" class="service-img" />
<h3 class="service-title">Best Flights</h3>
<p class="service-description">
Engrossed listening. Park gate sell they west hard for the.
</p>
</div>
<div class="red-shape"></div>
<div class="service-item">
<img src="images/Group 50.png" alt="Local Events" class="service-img" />
<h3 class="service-title">Local Events</h3>
<p class="service-description">
Barton vanity itself do in it. Preferred to men it engrossed listening.
</p>
</div>
<div class="red-shape"></div>
<div class="service-item">
<img src="images/Group 49.png" alt="Customization" class="service-img" />
<h3 class="service-title">Customization</h3>
<p class="service-description">
We deliver outsourced aviation services for military customers.
</p>
</div>
</div>
</section>
</body>
</html>