-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentation-image.html
50 lines (50 loc) · 1.88 KB
/
presentation-image.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css">
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
</head>
<body>
<div class="presentation presentation_cols presentation_white ">
<div class="presentation__lot">
<div class="presentation__lot-num">LOT 4 </div>
<div class="presentation__lot-name">Alpina Gruen Doctor's Watch</div>
<div class="presentation__lot-price-range">
EST. CHF 45,000 - CHF 45,000
</div>
<div class="presentation__lot-price">
<strong class="brown-text">CHF 50,000</strong> <br>
LOT-TISSIMO
</div>
<div class="presentation__last-bid">
LAST SOLD CHF 45,000 <br>
HALL
</div>
</div>
<div class="presentation__image">
<img src="img/presentation/image 1.jpg" alt="">
</div>
<div class="presentation__currency-price">
<div class="presentation__currency-price-item">
<b>CHF</b><span>99.9999</span>
</div>
<div class="presentation__currency-price-item">
<b>EU</b><span>99.9999</span>
</div>
<div class="presentation__currency-price-item">
<b>GBP</b><span>99.999.559</span>
</div>
<div class="presentation__currency-price-item">
<b>USD</b><span>99.9999</span>
</div>
<div class="presentation__currency-price-item">
<b>EUR</b><span>99.9999</span>
</div>
</div>
</div>
</body>
</html>