From fe492db9791941524667468d5c81b44b42738d88 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Mon, 16 Dec 2024 23:56:10 +0400 Subject: style.css: width made constant and quote style added --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2cde8a8..e65a88c 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { font: 15px monospace; - width: 60em; + width: 60em; /* make width window size independent */ display:block; padding-top: 4em; margin: auto; @@ -105,7 +105,18 @@ table { */ #header-link, #header-link:hover { + text-align: left; font-size: 2.0em; color: white; font-weight: normal; } +#quote { + font-size: 1.3em; + text-align: right; + color: #C0C0C0; + font-weight: 530; +} +#bar{ + width: 100%; + line-height: 35px; +} -- cgit v1.2.3