-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathservices.html
More file actions
23 lines (20 loc) · 990 Bytes
/
services.html
File metadata and controls
23 lines (20 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="container my-5 p-3 bg-white">
<div class="row align-items-center">
<div class="col-lg-4 text-center ps-5">
<img class="img-fluid"
style="border-radius: 50%; width: 560px; height: 300px; object-fit: cover;"
src="https://img.freepik.com/foto-gratis/manos-arriba-usando-teclado-pad-pista_23-2148210409.jpg?semt=ais_hybrid&w=740&q=80"
alt="manos_tecleando">
</div>
<div class="col-lg-8">
<h2 class="display-6 fw-normal">
The Second Heading <span class="text-muted">Is Pretty Cool Too.</span>
</h2>
<p class="lead mt-3">
Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper.
Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
</p>
</div>
</div>
<hr class="mt-5 mb-0">
</div>