diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -55,12 +55,18 @@ body { margin-top: 200px; } -.editform { +.form { width: fit-content; padding: 20px; border-style: double; } +.border { + width: fit-content; + padding: 20px; + border: 1px solid black; +} + table, th, td { border: 1px solid black; } |