created new category page

load random picture of category to tags list
This commit is contained in:
2020-06-07 15:48:27 +02:00
parent 516949dc65
commit 1459abf205
6 changed files with 161 additions and 3 deletions

4
src/css/CategoryPage.css Normal file
View File

@ -0,0 +1,4 @@
#categorycontent{
width: 70%;
float: left;
}

View File

@ -4,6 +4,13 @@
text-align: center;
font-weight: bold;
max-width: 266px;
}
.tagpreviewtitle{
font-size: larger;
}
.videopreviewtitle{
font-size: smaller;
}