From afdc2b0f757267d53e93f291e6791bd7643f8de4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 23 Apr 2025 19:42:48 -0600 Subject: index css --- styles.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index b8afafc..f66e62a 100644 --- a/styles.css +++ b/styles.css @@ -1,32 +1,38 @@ body { - background-color: #1d2021; + font-family: "Lucida Console", "Courier New", monospace; + background-color: #282828; color: #fbf1c7; + font-size: 18px; } h1 { - font-family: "Lucida Console", "Courier New", monospace; font-size: 38px; - color: #b8bb26; + color: #fe8019; } h2 { - font-family: "Lucida Console", "Courier New", monospace; - font-size: 30px; + font-size: 32px; color: #b8bb26; } +h3 { + font-size: 26; + color: #98971a; + } + p { /* text-overflow: ellipsis; /\* will make [...] at the end *\/ */ /* width: 800px; /\* change to your preferences *\/ */ /* white-space: wrap; /\* paragraph to one line *\/ */ /* overflow:hidden; /\* older browsers *\/ */ - font-family: "Lucida Console", "Courier New", monospace; - font-size: 18px; } table, th, td { border: 2px solid; border-collapse: collapse; + font-size: 20; + margin: 10px; + padding: 10px; } a:link { -- cgit v1.2.3