diff options
| author | Your Name <you@example.com> | 2025-04-23 20:21:15 -0600 | 
|---|---|---|
| committer | Your Name <you@example.com> | 2025-04-23 20:21:15 -0600 | 
| commit | 7537627f4c32957d7c634bfac804d9a7a693af8b (patch) | |
| tree | e0962d916c80739fb607124b258298e80663efbb | |
| parent | 130629f77ae6d35fb397f82f30b71eccf4ec5042 (diff) | |
asdf
| -rw-r--r-- | styles.css | 9 | 
1 files changed, 1 insertions, 8 deletions
| @@ -25,16 +25,9 @@ p {      /* width: 800px; /\* change to your preferences *\/ */      /* white-space: wrap; /\* paragraph to one line *\/ */      /* overflow:hidden; /\* older browsers *\/ */ +    font-size: 18px;      } -table, th, td { -  border: 2px solid; -  border-collapse: collapse; -  font-size: 20px; -  margin: 10px; -  padding: 10px; -} -  a:link {    color: #fe8019;    background-color: transparent; |