diff options
Diffstat (limited to 'info/charts.html')
-rw-r--r-- | info/charts.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/info/charts.html b/info/charts.html new file mode 100644 index 0000000..67a221b --- /dev/null +++ b/info/charts.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html> +<head> +<title>Plantagenet - Charts</title> +<style> +html { background-color:slategray; } +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:gainsboro; +} +</style> +</head> +<body> + +<section> +<img class="portrait" src="charts/chart_1-0.jpg"> +<img class="portrait" src="charts/chart_1-1.jpg"> +<img class="portrait" src="charts/chart_2-0.jpg"> +<img class="portrait" src="charts/chart_2-1.jpg"> +</section> + +<section> +<img class="landscape" src="charts/chart_wotr_1.jpg"> +<img class="landscape" src="charts/chart_wotr_2.jpg"> +</section> |