allyourbases/episodes/2023/10/13/to-be-continued.html

70 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>#AllYourBases</title>
<style>
@font-face {
font-family: 'Paytone One';
src: url('../../../common/font/paytone-one-regular.ttf');
}
</style>
<style>
body {
background-color: #303030;
}
body, a {
color:white;
}
a {
text-decoration:none;
}
body {
font-family: 'Paytone One', sans-serif;
}
</style>
<style>
.heading {
font-size: 12vh;
}
.heading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -130%);
}
</style>
<style>
.subheading-1 {
font-size: 5vh;
}
.subheading-1 {
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -350%);
}
</style>
<style>
.subheading-2 {
font-size: 5vh;
}
.subheading-2 {
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -130%);
}
</style>
</head>
<body>
<div class="heading"><a href="the-end.html">To Be Continued</a></div>
<div class="subheading-1">(next week)</div>
<div class="subheading-2">#AllYourBases</div>
</body>
</html>