This commit is contained in:
GZod01 2024-09-07 16:20:34 +02:00
parent 3e2c19f46c
commit fdfed22171

View file

@ -18,12 +18,15 @@
<style>
.youtubelink{
width:100%;
height:597;
height:597px;
&.static::after{
position:absolute;
left:50%;
top:50%;
transform: translate(-50% -50%);
width:20px;
height:20px;
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);
}
}