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.
 
 
 
 

25 lines
331 B

body {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 1em 4em;
font-family: monospace;
}
header,
#subscribe,
#instructions,
footer{
position: relative;
width: 100%;
margin: 2em 0;
padding: 2em;
border: 1px dotted magenta;
}
article.post{
margin: 2em 0;
padding: 2em;
background-color: rgb(240,240,240);
}