blob: 86b3b5cb60c373787bacf886aba8637eb0722d36 [file] [log] [blame]
<!DOCTYPE html>
<title>Reference for WebVTT rendering, align:middle, position less than 50%</title>
<style>
html { overflow:hidden }
body { margin:0 }
.video {
display: inline-block;
width: 1280px;
height: 720px;
position: relative
}
.cue {
position: absolute;
bottom: 0;
left: 92px;
right: 0;
width: 256px;
text-align: center
}
.cue > span {
font-family: Ahem, sans-serif;
background: rgba(0,0,0,0.8);
color: green;
font-size: 36px
}
</style>
<div class=video><span class=cue><span>Awesome<br>!!!</span></span></div>