blob: 52e823a41f3adee1acdd7dfc731a9c84c88d8c66 (
plain)
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
|
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=1360">
<head>
<title>Vijayanagara Reference</title>
<style>
body { background-color:slategray; margin:0; }
img { box-shadow:1px 1px 8px -2px black; }
section {
display:flex;
flex-wrap:wrap;
gap:20px;
justify-content:center;
margin:20px;
}
img {
display:block;
background-color:white;
}
</style>
</head>
<body>
<section>
<img src="Reference_GoatTiger_front.jpg">
<img src="1_DS.jpg">
<img src="2_BK.jpg">
<img src="3_VE.jpg">
<img src="4_MA.jpg">
</section>
|