From 4d38783da06d8a08cefe941a8e7d4770744b6f8d Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 1 Jul 2023 18:21:39 +0300 Subject: final fixes Former-commit-id: b441f9f3c1511b83dccb5dfcf2fd9c48a2f703e8 --- rannak/endPage/index.html | 6 +++--- rannak/endPage/style.css | 8 ++------ 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'rannak/endPage') diff --git a/rannak/endPage/index.html b/rannak/endPage/index.html index 3d3674c..b3ff119 100644 --- a/rannak/endPage/index.html +++ b/rannak/endPage/index.html @@ -25,14 +25,14 @@ -

Nüüd võid valida uue tegelase või minna tagasi avalehele

+

Nüüd võid valida uue tegelase või minna lõpetama.

- - + + diff --git a/rannak/endPage/style.css b/rannak/endPage/style.css index 72e3938..06094ea 100644 --- a/rannak/endPage/style.css +++ b/rannak/endPage/style.css @@ -19,7 +19,6 @@ body { text-align: center; } - .innerDiv { padding: 15px; width: 45%; @@ -49,7 +48,7 @@ h1 { button { background-color: rgba(0,136,169,1); border-radius: 50px; - padding: 15px; + padding: 20px; border: none; cursor: pointer; text-decoration: none; @@ -57,7 +56,4 @@ button { color: white; } -a { - padding: 20px; - text-decoration: none; -} +a { text-decoration: none; } -- cgit v1.2.3