This commit is contained in:
GZod01 2024-09-07 16:25:42 +02:00
parent e942da8cf9
commit 60ee3d0993

View file

@ -18,14 +18,16 @@
<style>
.youtubelink{
display:block;
position:relative;
width:100%;
height:597px;
&.static{
&::after{
position:relative;
position:absolute;
display:block;
left:50%;
top:50%;
transform: translate(-50% -50%);
transform: translate(-50%, -50%);
width:20px;
height:20px;
content:"Play";