From b0f0ef7ee0e2439a413235545c421d92d62d6076 Mon Sep 17 00:00:00 2001 From: Ferko Date: Thu, 9 Apr 2026 07:25:02 +0000 Subject: [PATCH] Update frontend/style.css --- frontend/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/style.css b/frontend/style.css index 12eb1a9..0d3e98f 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -10,12 +10,12 @@ body { padding: 20px; border-radius: 10px; width: 400px; - margin: 50px auto; /* vycentrovanie */ + margin: 50px auto; box-shadow: 0 0 10px rgba(0,0,0,0.1); } h1 { - text-align: center; /* nadpis na stred */ + text-align: center; } input { @@ -47,7 +47,7 @@ button { } .task span { - text-align: left; /* zarovnanie dolava */ + text-align: left; } .buttons button {