From 4ee41caf930d0085afafa65809509b9ab86eb352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Thu, 11 Jan 2018 12:35:34 +0100 Subject: [PATCH] Added a basic CSS file --- index.html | 4 ++-- style.css | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 835f2f1..25e9e51 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,14 @@ + Tuned project -

Download -Tuned header

+Tuned header

Introduction

Tuned is a system tuning service for Linux. It:

diff --git a/style.css b/style.css new file mode 100644 index 0000000..b2cd25c --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +body { + margin: 0px auto; + max-width: 1124px; + line-height: 1.6; + font-size: 18px; + color: #333; + padding: 0 10px +} + +h1, h2, h3 { + line-height: 1.2 +} +