-
Notifications
You must be signed in to change notification settings - Fork 1
/
services.html
32 lines (29 loc) · 1.12 KB
/
services.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
<!-- navbaar -->
<!-- main section -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bauty | Services</title>
<link rel="stylesheet" href="./asset/css/intro.css">
<link rel="stylesheet" href="./asset/css/style.css">
</head>
<body>
<section class="hero-wrap hero-wrap-2 about_page_head" style="background-image:url(https://preview.colorlib.com/theme/kayelux/images/bg_2.jpg); height: 739px;">
<div style="background-color: rgba(243, 213, 213, 0.397); height: 100vh;">
<div class="container">
<div class="row no-gutters slider-text align-items-end">
<div class="col-md-9 mt-5">
<p class="breadcrumbs mt-123"><span class="me-2"><a href="index.html">Home <i class="fa fa-chevron-right"></i></a></span> <span>Services<i class="fa fa-chevron-right"></i></span></p>
<h1 class="mb-5 bread">Services</h1>
</div>
</div>
</div>
</div>
</section>
<section class="future_service">
</section>
</body>
</html>