summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-04-23 03:47:32 -0600
committerYour Name <you@example.com>2025-04-23 03:47:32 -0600
commitd0dd2dda70aa1791851405ab28eda2db8c86142b (patch)
treecfbb6795c1a59c10328c3e00a6bf3f2786293f2e
parente080ab3fd2ffefd267b6e42f0616c747a8b58526 (diff)
styles
-rw-r--r--styles.css15
1 files changed, 4 insertions, 11 deletions
diff --git a/styles.css b/styles.css
index 0b3b410..0dec3be 100644
--- a/styles.css
+++ b/styles.css
@@ -14,10 +14,10 @@ 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;
}
@@ -49,10 +49,3 @@ a:active {
background-color: transparent;
text-decoration: underline;
}
-
-center {
- margin: auto;
- width: 50%;
- border: 5px solid #a89984;
- padding: 10px;
-}