diff options
Diffstat (limited to 'info/guides.html')
-rw-r--r-- | info/guides.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/info/guides.html b/info/guides.html new file mode 100644 index 0000000..ac118aa --- /dev/null +++ b/info/guides.html @@ -0,0 +1,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> |