data-transfer-test/public/style.css

9 lines
128 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;
2020-06-03 03:02:01 +00:00
}