diff --git a/static/style.css b/static/style.css index 7c092b1..32bf8dd 100644 --- a/static/style.css +++ b/static/style.css @@ -4,3 +4,9 @@ body { padding-left: 5px; padding-right: 5px; } + +.tag { + background-color: lightgrey; + padding: 3px 7px; + display: inline; +} diff --git a/templates/video.html b/templates/video.html index 5f14dca..97b8350 100644 --- a/templates/video.html +++ b/templates/video.html @@ -62,9 +62,9 @@ Views: {{ video.views }} Likes: {{ video.likes }} Dislikes: {{ Tags - {% for tag in video.tags %} - {{ tag }} - {% endfor %} + {% for tag in video.tags %} + {{ tag }} + {% endfor %}