diff options
| author | Andrew <saintruler@gmail.com> | 2019-07-08 00:58:50 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-07-08 00:58:50 +0400 |
| commit | a47e9946ba94b2c8b6d0f29f937e47f929d2edae (patch) | |
| tree | 8c32462b42a6648dfe8e6e9a73f70e3ae749bcbd /day9/task5/static/css/TableStyle.css | |
| parent | 5dc61e9d6a760e3a86b0bb459c0a628941069d95 (diff) | |
WIP: Добавлена кнопка для загрузки файлов.
Diffstat (limited to 'day9/task5/static/css/TableStyle.css')
| -rw-r--r-- | day9/task5/static/css/TableStyle.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/day9/task5/static/css/TableStyle.css b/day9/task5/static/css/TableStyle.css index 61f2f28..e4160fa 100644 --- a/day9/task5/static/css/TableStyle.css +++ b/day9/task5/static/css/TableStyle.css @@ -6,13 +6,13 @@ table { thead > tr > th { padding: 6px; - font-size: 16px; + font-size: 24px; background-color: #6f6f6f; } td { padding: 3px; - font-size: 13px; + font-size: 21px; } .odd { background-color: #dedede; } |