2016-10-21 23:16:19 -07:00
|
|
|
html,
|
|
|
|
body {
|
2016-09-12 15:27:45 +02:00
|
|
|
color: #444;
|
2016-10-21 23:16:19 -07:00
|
|
|
font-size: 14px;
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2016-09-12 15:27:45 +02:00
|
|
|
}
|
2016-10-21 23:16:19 -07:00
|
|
|
|
2016-09-12 15:27:45 +02:00
|
|
|
body {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2016-10-21 23:16:19 -07:00
|
|
|
margin-top: 20px;
|
2016-09-12 15:27:45 +02:00
|
|
|
color: #666;
|
2016-10-21 23:16:19 -07:00
|
|
|
font-weight: bold;
|
2016-09-12 15:27:45 +02:00
|
|
|
font-size: 32px;
|
2016-10-21 23:16:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
2016-09-12 15:27:45 +02:00
|
|
|
}
|