From 0c1c58b7954163a4575d9c11ed5db085b53e488c Mon Sep 17 00:00:00 2001 From: bronkuu Date: Sun, 3 May 2026 18:42:58 +0200 Subject: [PATCH] kawiarnia content section --- kawiarnia.css | 60 ++++++++++++++++++++++++++++++++++++++++++++++++-- kawiarnia.html | 31 +++++++++++++++++++++++++- 2 files changed, 88 insertions(+), 3 deletions(-) diff --git a/kawiarnia.css b/kawiarnia.css index c5b003f..2aac91f 100644 --- a/kawiarnia.css +++ b/kawiarnia.css @@ -12,7 +12,12 @@ position: absolute; bottom: 0; width: 100%; - & > img {width: 100%;} + height: 100%; + & > img { + width: 100%; + height: 100%; + object-fit: cover; + } & > div { position: absolute; bottom: 0; @@ -36,7 +41,7 @@ line-height: unset; } & > * { - max-width: 40%; + max-width: 32rem; margin: 0; } @@ -53,3 +58,54 @@ } } +#kawiarnia-content { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + gap: 2rem; + & > div{ + justify-content: center; + display: grid; + grid-template-columns: repeat(auto-fill, 18rem); + width: 100%; + gap: 2rem; + & > div { + background-color: white; + border-radius: var(--border-radius); + padding: 2rem; + display: grid; + grid-template-columns: auto 1fr; + grid-template-rows: auto 1fr; + gap: 1rem; + + & > svg { + padding: 1rem; + color: var(--icon-color); + background-color: rgb(from var(--icon-color) r g b / 10%); + border-radius: var(--border-radius); + } + + & > h3 { + align-self: center; + } + + & > ul { + grid-column: 1/span 2; + + & > li { + display: flex; + align-items: center; + justify-content: space-between; + font-weight: bolder; + & > span { + color: var(--primary); + } + &:not(:last-child){ + border-bottom: 1px dashed var(--on-surface-variant); + } + } + } + } + } +} \ No newline at end of file diff --git a/kawiarnia.html b/kawiarnia.html index 72d85eb..dd07d89 100644 --- a/kawiarnia.html +++ b/kawiarnia.html @@ -35,8 +35,37 @@
-
+

Nasza karta

+
+
+ +

Kawy

+
    +
  • Espresso

    6 PLN
  • +
  • Espresso Affogato

    12 PLN
  • +
  • Espresso Gourmet

    16 PLN
  • +
  • Amerikana

    8 PLN
  • +
  • Flat White

    10 PLN
  • +
  • Cappucino

    10 PLN
  • +
  • Caffee Latte

    12 PLN
  • +
  • Latte Macchiato

    12 PLN
  • +
  • Kawa Mrożona

    18 PLN
  • +
+
+
+

Herbaty

+
+
+

Przekąski

+
+
+

Lody

+
+
+

Gofry

+
+