The making of a publication for the 2020 edition of the AMRO festival organised by Servus. (Alice & Manetta are working on this.)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

51 lines
619 B

body {
position: relative;
top: 0;
left: 0;
margin: 0 2em;
padding: 1em;
background-color: lavender;
font-family: monospace;
font-size: 14px;
color: red;
}
header,
#subscribe,
#instructions,
footer{
position: relative;
width: calc(100% - 4em);
margin: 2em 0;
/*padding: 2em;*/
/*text-align: center;*/
}
#menu .links a{
border: 1px solid red;
padding: 1em;
}
header pre,
footer pre{
/*text-align: center;*/
line-height: 1;
}
h1,
h2,
h3{
font-family: "White Rabbit";
}
a,
a:visited,
a:active{
color: magenta;
}
article.post{
margin: 4em 0;
/*padding: 2em;*/
/*background-color: white;*/
}