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