From 5d57557228a466f408c19a47490cca2ee0fc9ed7 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 10 Feb 2016 07:13:30 +0100 Subject: [PATCH] add default for h* tag items --- web/brisk.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/web/brisk.css b/web/brisk.css index 75b4975..30dc209 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -38,6 +38,37 @@ body { align: center; } +h1 { + font-size: 200%; + margin: 0px; +} + +h2 { + font-size: 180%; + margin: 0px; +} + +h3 { + font-size: 160%; + margin: 0px; +} + +h4 { + font-size: 140%; + margin: 0px; +} + +h5 { + font-size: 120%; + margin: 0px; +} + +h6 { + font-size: 110%; + margin: 0px; +} + + div { font-size: 100%; } -- 2.17.1