This commit is contained in:
GZod01 2024-09-07 16:23:52 +02:00
parent e05ed7b1aa
commit e942da8cf9

View file

@ -20,8 +20,9 @@
display:block; display:block;
width:100%; width:100%;
height:597px; height:597px;
&.static::after{ &.static{
position:absolute; &::after{
position:relative;
left:50%; left:50%;
top:50%; top:50%;
transform: translate(-50% -50%); transform: translate(-50% -50%);
@ -29,6 +30,11 @@
height:20px; height:20px;
content:"Play"; content:"Play";
background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/YouTube_social_white_circle_%282017%29.svg/1024px-YouTube_social_white_circle_%282017%29.svg.png); background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/YouTube_social_white_circle_%282017%29.svg/1024px-YouTube_social_white_circle_%282017%29.svg.png);
}
img{
width:100%!important;
height:100%!important;
}
} }
} }
</style> </style>