-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
29 lines (27 loc) · 837 Bytes
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>About us</title>
</head>
<body>
<div class="surgeon_section" id="about">
<div>
<img src="./img/Rectangle 46.png" alt="surgery image">
</div>
<div class="about_page">
<h2>About Us</h2>
<p>Lorem Ipsum is simply dummy text of the <br>
printing and typesetting industry. Lorem <br>
Ipsum has been the industry's standard <br>
dummy text ever since the 1500s, when an <br>
unknown printer took a galley of type and <br>
scrambled it to make a type specimen <br>
book. It has survived not only five centuries</p>
<button>Read more</button>
</div>
</div>
</body>
</html>