diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,5 +1,4 @@ body { - display: flex; justify-content: center; align-items: center; height: 100vh; @@ -135,3 +134,20 @@ th, td { th { background-color: #f4f4f4; } + +.hidden { + display: none; +} + +button .delete { + background: #e74c3c; + color: white; + border: none; + padding: 4px 6px; + cursor: pointer; +} + +textarea { + width: 100%; + resize: vertical; +} |