From 67fa6cb7062d9ae1ba0ee202660602f47b5480fe Mon Sep 17 00:00:00 2001 From: arf20 Date: Wed, 25 Sep 2024 18:46:40 +0200 Subject: header class, gxog webring --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9607793..8c0ea99 100644 --- a/style.css +++ b/style.css @@ -12,9 +12,13 @@ body { background-image: url("tile1.jpg"); background-repeat: repeat; font-family: terminus; + + max-width: 1000px; + margin-left: auto; + margin-right: auto; } -header *{ +.header * { display: inline-block; vertical-align: middle; } @@ -34,9 +38,7 @@ header *{ } .content { - max-width: 1000px; - margin-left: auto; - margin-right: auto; + } .fst { -- cgit v1.2.3