From 53df97269e221374c3696c340d549f45c15c9e77 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sat, 28 Oct 2023 10:58:23 +0200 Subject: Finally some advance --- style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 3187766..f6cb481 100644 --- a/style.css +++ b/style.css @@ -7,3 +7,21 @@ header *{ vertical-align: middle; } +.title { + font-size: 36px; + vertical-align: middle; +} + +body { + background-image: url("tile1.jpg"); + background-repeat: repeat; +} + +.fst { + font-size: 150%; +} + +.sec { + margin-left: 20px; + font-size: 150%; +} -- cgit v1.2.3