From e3d1521e36ca40d3a6a2074e988042d73e780db1 Mon Sep 17 00:00:00 2001 From: yogurtmenn Date: Sat, 17 May 2025 07:10:24 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..9c346ac --- /dev/null +++ b/style.css @@ -0,0 +1,58 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background: #000; + color: #fff; + line-height: 1.6; +} + +header { + text-align: center; + padding: 40px 20px; +} + +h1 { + font-size: 2.5rem; + margin: 0; +} + +p { + opacity: 0.8; +} + +nav { + text-align: center; + padding: 20px; +} + +nav a { + color: #fff; + text-decoration: none; + margin: 0 15px; + font-size: 1.1rem; +} + +section { + max-width: 800px; + margin: 0 auto; + padding: 30px 20px; +} + +.project { + margin-bottom: 30px; + border-left: 2px solid #4CAF50; + padding-left: 15px; +} + +a { + color: #4CAF50; + text-decoration: none; +} + +footer { + text-align: center; + padding: 20px; + opacity: 0.6; + font-size: 0.9rem; +} \ No newline at end of file