From b617fe29d53d2f85436402fc6492f0c73f9e862f Mon Sep 17 00:00:00 2001 From: ada <> Date: Sun, 16 Jun 2024 18:27:59 +0200 Subject: [PATCH] ending message --- backplaces/pie/pie.html | 2 +- backplaces/pie/styles.css | 28 +++++++++++++++++++++++----- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/backplaces/pie/pie.html b/backplaces/pie/pie.html index 2bc509c..fa0a88a 100644 --- a/backplaces/pie/pie.html +++ b/backplaces/pie/pie.html @@ -63,6 +63,6 @@

-
bye.
+
bye for now.
diff --git a/backplaces/pie/styles.css b/backplaces/pie/styles.css index 36fa94c..f8c49fc 100644 --- a/backplaces/pie/styles.css +++ b/backplaces/pie/styles.css @@ -15,13 +15,22 @@ justify-content: center; } + +.ending { + display: flex; + flex-wrap: wrap; + justify-content: center; + font-family:'Redaction_50-Regular'; + padding-top: 4rem; + font-size: 2rem; +} - .content-item { +.content-item { max-width: 80%; - display: flex; - flex-direction: column; - align-items: center; - text-align: center; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; } .content-item > * { @@ -201,5 +210,14 @@ margin: auto; margin-top: 110px; } + + .ending { + display: flex; + flex-wrap: wrap; + justify-content: center; + font-family:'Redaction-Regular'; + padding-top: 4rem; + font-size: 1rem; + } } } \ No newline at end of file