2017-08-15 10:16:27 +02:00
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
margin-top: 50px;
|
|
|
|
text-align: center;
|
2017-08-15 15:38:23 +02:00
|
|
|
color: white;
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
2017-08-15 10:16:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2017-08-15 15:38:23 +02:00
|
|
|
color: #5f5f7b;
|
2017-08-15 10:16:27 +02:00
|
|
|
font-size: 4em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
2017-08-15 15:38:23 +02:00
|
|
|
color: gray;
|
2017-08-15 10:16:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
canvas {
|
|
|
|
background-color: white;
|
|
|
|
margin: auto;
|
|
|
|
display: block;
|
2017-08-15 15:38:23 +02:00
|
|
|
border: 1px solid #5f5f7b;
|
|
|
|
image-rendering: -moz-crisp-edges;
|
|
|
|
image-rendering: -webkit-crisp-edges;
|
|
|
|
image-rendering: pixelated;
|
|
|
|
width: 800px;
|
|
|
|
height: 400px;
|
2017-08-15 10:16:27 +02:00
|
|
|
}
|