diff --git a/assets/images/dinoland-logo.png b/assets/images/dinoland-logo.png new file mode 100644 index 0000000..ed38d9a Binary files /dev/null and b/assets/images/dinoland-logo.png differ diff --git a/index.php b/index.php index ae0c64e..f851fe7 100644 --- a/index.php +++ b/index.php @@ -16,6 +16,13 @@
+

Start Dino Land

diff --git a/styles.css b/styles.css index 5ed5413..53b74a5 100644 --- a/styles.css +++ b/styles.css @@ -40,6 +40,14 @@ body { padding: 20px; width: min(92vw, 460px); } + +.start-logo { + display: block; + width: min(100%, 320px); + height: auto; + margin: 0 auto 8px; +} + .hidden { display: none !important; } button, input, select { font-size: 16px;