-
Notifications
You must be signed in to change notification settings - Fork 1
/
dogse.html
27 lines (27 loc) · 1.32 KB
/
dogse.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href = "dog.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mate+SC&display=swap" rel="stylesheet">
</head>
<body>
<div class = "top"></div>
<div id = "one">
<img class = "logo" src = "images/Frame 1.svg"/>
<img class = "img" src = "images/dog_seven.jpg"width = "420px" height = "350px"/>
<div class = "info">
<p><strong>Name: </strong><span> Chloe</span></p>
<p><strong>Breed: </strong><span> SpanielS</span></p>
<p><strong>Gender: </strong><span> Female</span></p>
<p><strong>Status: </strong><span> Available</span></p>
<p><strong>Temparament: </strong><span> playful</span></p>
<p><strong>Health: </strong><span> super healthy</span></p>
<p><strong>Age: </strong><span> 5 years</span></p>
<p><strong>Location: </strong><span> Chennai</span></p>
</div>
</div>
</body>
</html>