From 7fe798bcda75a1faa79e8856c7e698f921df1108 Mon Sep 17 00:00:00 2001 From: radhitya Date: Fri, 17 Jan 2025 23:13:51 +0700 Subject: [PATCH] style --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..b4308a8 --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +body { + background: #01242e; + color: #fff; + font-family: sans-serif; + margin: auto; + padding: 30px; + max-width: 600px; +} + +blockquote { + background:#1A3440; +}