added a videocontainer where previews can be stored in - usefull for category page
This commit is contained in:
@ -4,13 +4,6 @@
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
max-width: 266px;
|
||||
}
|
||||
|
||||
.tagpreviewtitle{
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.videopreviewtitle{
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
@ -46,3 +39,16 @@
|
||||
box-shadow: rgba(2, 12, 27, 0.7) 0px 0px 0px 5px;
|
||||
transition: all 300ms;
|
||||
}
|
||||
|
||||
.tagpreview {
|
||||
text-transform: uppercase;
|
||||
font-weight: bolder;
|
||||
font-size: x-large;
|
||||
text-align: center;
|
||||
height: 150px;
|
||||
width: 266px;
|
||||
}
|
||||
|
||||
.tagpreviewtitle{
|
||||
margin-top: 55px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user