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.
 
 
 
 

64 lines
797 B

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