misc/utility web pages/caption.html
adam 46538aa259 utility web pages
for a consistent visual style
2024-01-19 19:46:10 -05:00

27 lines
412 B
HTML

<html>
<head>
<style type="text/css">
body{
padding:0;
margin:0;
background-color: #00FF00;
}
.wrap {
display: flex;
}
.wrap span {
align-self: flex-end;
color: #DEDEDE;
font-size: 5em;
width:100%;
text-align: center;
}
</style>
</head>
<body>
<div class="wrap" style="width:3840; height:2160; margin:0">
<span>(Dramatic Reenactment)</span>
</div>
</body>
</html>