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