From 84c9d58030bacb00d8c4b07475a68c0d7363e6d2 Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Tue, 1 Aug 2023 22:22:08 +0000 Subject: [PATCH] Update index.php --- index.php | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 9d3bf7f..7b7bbaa 100644 --- a/index.php +++ b/index.php @@ -20,12 +20,31 @@ height: 150px; resize: none; } + + .post { + width: 100%; + max-width: 600px; + margin: auto; + background: white; + padding: 10px; + box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-shadow: 0px 0px 10px gray; + border-radius: 8px; + } + + .post h1 { + margin: 0; + font-size: 20px; + background: var(--accent); + } -
-

furpsocial

+
+

furpsocial