summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-02 00:35:49 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-02 00:35:49 +0500
commitc91b841f79d0c489f9f9526120a5412b4f025cbf (patch)
tree89a396a0aed3bb8649e4fb741e33028009042706 /style.css
initial commit
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..217205e
--- /dev/null
+++ b/style.css
@@ -0,0 +1,21 @@
+body {
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.6;
+ font-size: 18px;
+ padding: 0 10px;
+ color: #404040;
+}
+
+h1, h2, h3 {
+ line-height: 1.2;
+}
+
+img {
+ width: 100%;
+}
+
+footer {
+ text-align: center;
+ padding: 30px 0;
+}