File tree Expand file tree Collapse file tree 1 file changed +31
-5
lines changed Expand file tree Collapse file tree 1 file changed +31
-5
lines changed Original file line number Diff line number Diff line change 17
17
height : 100% !important ;
18
18
}
19
19
body {
20
- background : # 000 ;
21
- color : # ddd ;
20
+ background : # 000 ;
21
+ color : # ddd ;
22
22
}
23
23
a : link { color : lightskyblue; }
24
24
a : visited { color : # ccc ; }
25
25
a : hover { color : # ffffff ; }
26
26
a : active { color : # ff4040 ; text-decoration : none; font-weight : normal; }
27
+
28
+ # triangle-topleft {
29
+ width : 0 ;
30
+ height : 0 ;
31
+ border-top : 150px solid # 9020d1bb ;
32
+ border-left : 150px solid transparent;
33
+ position : absolute;
34
+ }
35
+
36
+ # container {
37
+ position : relative;
38
+ }
39
+
40
+ # triangle-topleft , # overlay {
41
+ position : absolute;
42
+ color : white;
43
+ right : 0 ;
44
+ }
45
+ # overlay {
46
+ margin-top : 32px ;
47
+ transform : rotate (45deg );
48
+ text-align : center;
49
+ color : white;
50
+ font-weight : bold;
51
+ a : link { color : white; };
52
+ a: vis ited { color : white; }
53
+ }
27
54
</ style >
28
55
29
56
< body >
30
57
< div class ="responsive-google-slides ">
31
58
< iframe src ="https://docs.google.com/presentation/d/e/2PACX-1vR2pnXIRht6t5GTsONlnrrqFY5qcU29H2zwN-cUeNIkTrEcJW0-v48QZyTL2C0hd8puXIMZOYSXnaCc/embed?start=true&loop=true&delayms=2000&rm=minimal "> </ iframe >
59
+ < div id ="triangle-topleft "> </ div >
60
+ < div id ="overlay "> < a href ="https://www.youtube.com/watch?v=dg0g15Qv5Fo&t=1s "> ContainerDays< br /> Recording</ a > </ div >
32
61
</ div >
33
- < center >
34
- < a href ="https://www.youtube.com/watch?v=dg0g15Qv5Fo&t=1s "> ContainerDays 2022 Video</ a >
35
- </ center >
36
62
</ body >
You can’t perform that action at this time.
0 commit comments