-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
34 lines (32 loc) · 1.84 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="css/style.css">
<meta charset="utf-8">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Module 2 solution</title>
</head>
<body>
<h1>Auto Services</h1>
<div class='row'>
<div class='col-lg-4 col-md-6'>
<div class='section', title="region 1">
<span id='oil'>Oil Change</span>
<p>In publishing and graphic design, lorem ipsum (derived from Latin dolorem ipsum, translated as "pain itself") is a filler text commonly used to demonstrate the graphic elements of a document or visual presentation. Replacing meaningful content with placeholder text allows viewers to focus on graphic aspects such as font, typography, and page layout without being distracted by the content. </p>
</div>
</div>
<div class='col-lg-4 col-md-6'>
<div class='section', title="region 2">
<span id='tire'>Tire Rotation</span>
<p>In publishing and graphic design, lorem ipsum (derived from Latin dolorem ipsum, translated as "pain itself") is a filler text commonly used to demonstrate the graphic elements of a document or visual presentation. Replacing meaningful content with placeholder text allows viewers to focus on graphic aspects such as font , typography, and page layout without being distracted by the content.</p>
</div>
</div>
<div class='col-lg-4 col-md-12'>
<div class='section', title="region 3">
<span id='tuneUp'>Tune-Up</span>
<p>In publishing and graphic design, lorem ipsum (derived from Latin dolorem ipsum, translated as "pain itself") is a filler text commonly used to demonstrate the graphic elements of a document or visual presentation. Replacing meaningful content with placeholder text allows viewers to focus on graphic aspects such as font, typography, and page layout without being distracted by the content. </p>
</div>
</div>
</div>
</body>
</html>