summaryrefslogtreecommitdiff
path: root/src/static/stylesheets/admin_blog.css
diff options
context:
space:
mode:
authorEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-13 13:49:15 -0700
committerEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-13 13:49:15 -0700
commit7a33856a527aebbd8d2a624c6d5937c25c9a1d90 (patch)
tree855c642394e7ba1de40b8bb8737be12bec0aedaf /src/static/stylesheets/admin_blog.css
initial commit
new website repo yay!!!
Diffstat (limited to 'src/static/stylesheets/admin_blog.css')
-rw-r--r--src/static/stylesheets/admin_blog.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/static/stylesheets/admin_blog.css b/src/static/stylesheets/admin_blog.css
new file mode 100644
index 0000000..9f34d88
--- /dev/null
+++ b/src/static/stylesheets/admin_blog.css
@@ -0,0 +1,12 @@
+#main {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+
+textarea {
+ width: 300px;
+ height: 250px;
+ resize: none;
+}