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> <style>
.youtubelink{ .youtubelink{
display:block; display:block;
position:relative;
width:100%; width:100%;
height:597px; height:597px;
&.static{ &.static{
&::after{ &::after{
position:relative; position:absolute;
display:block;
left:50%; left:50%;
top:50%; top:50%;
transform: translate(-50% -50%); transform: translate(-50%, -50%);
width:20px; width:20px;
height:20px; height:20px;
content:"Play"; content:"Play";