From ea090b0c2d28cdeb706e08ec1976552358008e7c Mon Sep 17 00:00:00 2001 From: bronku Date: Tue, 14 Apr 2026 22:29:46 +0200 Subject: [PATCH] ok --- index.html | 19 +++++++++++++++---- style.css | 15 +++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8010337..d91f420 100644 --- a/index.html +++ b/index.html @@ -6,16 +6,27 @@ - + -
-
+
+

Słodkości tworzone z pasją

+ Naturalne składniki, domowe receptury i pasja. Tworzym torty i wypieki na Twoje najważniejsze chwile - od codziennych radości po wielkie uroczystości + Zobacz naszą ofertę + tort +
diff --git a/style.css b/style.css index 8b13789..d6544f7 100644 --- a/style.css +++ b/style.css @@ -1 +1,16 @@ +body { + background-color: #fff8f0; +} + +nav { + display: grid; + grid-template-columns: auto 1fr auto; + align-items: center; +} + +nav div { + grid-column: 2; + display: flex; + justify-content: center; +}