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; +}