he
This commit is contained in:
parent
3e2c19f46c
commit
fdfed22171
1 changed files with 4 additions and 1 deletions
|
@ -18,12 +18,15 @@
|
||||||
<style>
|
<style>
|
||||||
.youtubelink{
|
.youtubelink{
|
||||||
width:100%;
|
width:100%;
|
||||||
height:597;
|
height:597px;
|
||||||
&.static::after{
|
&.static::after{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:50%;
|
left:50%;
|
||||||
top:50%;
|
top:50%;
|
||||||
transform: translate(-50% -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);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue