data-transfer-test/public/style.css

22 lines
249 B
CSS
Raw Normal View History

2020-06-03 03:02:01 +00:00
body {
font-family: 'Raleway', sans-serif;
2021-10-09 01:56:14 +00:00
max-width: 990px;
2020-06-03 03:02:01 +00:00
margin: 30px auto;
2021-10-09 01:56:14 +00:00
}
h1 {
text-align: center !important;
2021-10-09 03:18:03 +00:00
}
section h1 {
font-size: 16px;
display: inline;
}
section {
margin: 0 0 0 30px;
}
canvas {
margin-top: 15px;
2020-06-03 03:02:01 +00:00
}