blob: ac118aa0130b058e15f2bebf0a22a0b4380723fb (
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
|
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=1360">
<head>
<title>Vijayanagara Guides</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="DS_Strategy_Player.jpg">
<img src="BK_Strategy_Player.jpg">
<img src="VE_Strategy_Player.jpg">
</section>
|