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.
 
 
 

23 lines
350 B

body {
background-color: #eee;
font-size: 18px;
width: min(700px, 80%);
margin: auto;
}
h1, .subtitle {
text-align: center;
}
img {
display: block;
margin: auto;
}
div.sourceCode, pre:not(.sourceCode) {
background-color: #fff;
padding: 10px 15px;
width: 90%;
margin: auto;
border: 1px solid #666;
}