From e2a562d15428c081b19df71a8e40d4f3ca50e61e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 23 Apr 2025 03:50:06 -0600 Subject: bigger font --- styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 0dec3be..ceb1cc8 100644 --- a/styles.css +++ b/styles.css @@ -14,11 +14,12 @@ h2 { } 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 */ + /* 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 { -- cgit v1.2.3