You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
845 B
CSS

@page{
size: A3;
margin: 10mm;
background-color: white;
font-size: 10pt;
font-weight: bold;
color: black;
@top-left{
content: "WORDS FOR THE FUTURE";
}
@top-center{
content: "DANIEL L. EVERETT";
}
@top-right{
content: "2020";
}
}
body{
font-family: monospace;
font-size: 5pt;
line-height: 1.4;
color: black;
}
h1{
font-family: monospace;
width: 100%;
text-align: center;
font-size: 250%;
line-height: 1.25;
color: black;
text-shadow: 20px 20px 30px #ff0000
}
body {
font-size: 10pt;
margin: 150 px;
color: white;
}
pre {
white-space: pre-wrap;
}
span.NN {
color: white;
}