diff --git a/css/style.css b/css/style.css index fac963d..8062c1f 100644 --- a/css/style.css +++ b/css/style.css @@ -347,7 +347,7 @@ iframe { bottom: 20px; left: 20px; right: 20px; - /*box-shadow: #000000 0 0 15px 0;*/ + box-shadow: #000000 0 0 15px 0; max-width: 800px; border-radius: 5px; margin: 0 auto; @@ -387,6 +387,10 @@ iframe { background-color: white; } +.popup-story .content h1 { + text-align: center; +} + .popup-story .close { position: absolute; top: 10px; diff --git a/img/res_fuel.png b/img/res_fuel.png new file mode 100644 index 0000000..031ef54 Binary files /dev/null and b/img/res_fuel.png differ diff --git a/img/res_gold.png b/img/res_gold.png new file mode 100644 index 0000000..9463148 Binary files /dev/null and b/img/res_gold.png differ diff --git a/img/res_iron.png b/img/res_iron.png new file mode 100644 index 0000000..40affb4 Binary files /dev/null and b/img/res_iron.png differ diff --git a/img/res_stone.png b/img/res_stone.png new file mode 100644 index 0000000..a19e741 Binary files /dev/null and b/img/res_stone.png differ diff --git a/img/res_wood.png b/img/res_wood.png new file mode 100644 index 0000000..96a5a9b Binary files /dev/null and b/img/res_wood.png differ