From c91b841f79d0c489f9f9526120a5412b4f025cbf Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 2 Jan 2025 00:35:49 +0500 Subject: initial commit --- style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.2.3-70-g09d2