diff --git a/static/style/videos.css b/static/style/videos.css new file mode 100644 index 0000000..6d1b2e8 --- /dev/null +++ b/static/style/videos.css @@ -0,0 +1,15 @@ +table { + width: 100%; + border-collapse: collapse; +} + +th, +td { + border: 1px solid #ddd; + padding: 8px; + text-align: left; +} + +th { + background-color: #f2f2f2; +} \ No newline at end of file diff --git a/templates/videos.html b/templates/videos.html index bb3eea0..45d97d3 100644 --- a/templates/videos.html +++ b/templates/videos.html @@ -6,23 +6,7 @@ Downloaded Videos - +