Skip to content
Snippets Groups Projects
Commit ddf786e9 authored by dnns01's avatar dnns01
Browse files

Add pointer-events:none

parent b7dd6e86
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<video id="clip" autoplay width="100%" height="100%"
style="position: absolute; z-index: 8; top: 0px; left: 0px; width: 100%;" onended="play_random_clip()">
</video>
<div style="color:white; text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; z-index: 10; position: absolute; bottom: 10px; left:10px; font-family: 'Comic Sans MS'">
<div style="color:white; text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; z-index: 10; position: absolute; bottom: 10px; left:10px; font-family: 'Comic Sans MS'; pointer-events: none">
<h1 id="clip_title" style="margin-bottom: 0; "></h1>
<p id="clipper" style="margin: 0; font-size: x-large"></p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment