floyd-steinberg-dithering/web/styles.css

17 lines
244 B
CSS
Raw Normal View History

2018-02-12 14:25:58 +00:00
@import url(https://fonts.googleapis.com/css?family=Roboto);
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
2018-02-14 14:56:55 +00:00
background: black;
2018-02-12 14:25:58 +00:00
}
canvas {
2018-02-14 14:56:55 +00:00
padding: 0px;
2018-02-12 14:25:58 +00:00
text-align: center;
}