25 lines
265 B
CSS
25 lines
265 B
CSS
body {
|
|
font-family: 'Raleway', sans-serif;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.container {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
section h1 {
|
|
font-size: 16px;
|
|
display: inline;
|
|
}
|
|
|
|
section {
|
|
margin: 0 0 0 30px;
|
|
}
|
|
|
|
canvas {
|
|
margin-top: 15px;
|
|
} |