Skip to content

Commit a512ce7

Browse files
committed
Put link into corner
1 parent ca2d568 commit a512ce7

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

index.html

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,46 @@
1717
height: 100% !important;
1818
}
1919
body {
20-
background: #000;
21-
color: #ddd;
20+
background: #000;
21+
color: #ddd;
2222
}
2323
a:link { color: lightskyblue; }
2424
a:visited { color: #ccc; }
2525
a:hover { color: #ffffff; }
2626
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:visited { color: white; }
53+
}
2754
</style>
2855

2956
<body>
3057
<div class="responsive-google-slides">
3158
<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>
3261
</div>
33-
<center>
34-
<a href="https://www.youtube.com/watch?v=dg0g15Qv5Fo&t=1s">ContainerDays 2022 Video</a>
35-
</center>
3662
</body>

0 commit comments

Comments
 (0)