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