he
This commit is contained in:
parent
e942da8cf9
commit
60ee3d0993
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue